package eopa.bulk.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service BulkService

bulk.proto:123

BulkService is an API for specifying batches of read/write operations.

message BulkRWRequest.ReadDataRequest

bulk.proto:53

ReadDataRequest is currently a simple wrapper over the GetData request type.

Used in: BulkRWRequest

message BulkRWRequest.ReadPolicyRequest

bulk.proto:47

ReadPolicyRequest is currently a simple wrapper over the GetPolicy request type.

Used in: BulkRWRequest

message BulkRWRequest.WriteDataRequest

bulk.proto:37

WriteDataRequest provides a union of possible Data request types. This allows creating arbitrary sequences of data store operations.

Used in: BulkRWRequest

message BulkRWRequest.WritePolicyRequest

bulk.proto:27

WritePolicyRequest provides a union of possible Policy request types. This allows creating arbitrary sequences of policy store operations.

Used in: BulkRWRequest

message BulkRWResponse.ReadDataResponse

bulk.proto:100

ReadDataResponse provides fields for a response or list of errors. The two should be mutually exclusive.

Used in: BulkRWResponse

message BulkRWResponse.ReadPolicyResponse

bulk.proto:93

ReadPolicyResponse provides fields for a response or list of errors. The two should be mutually exclusive.

Used in: BulkRWResponse

message BulkRWResponse.WriteDataResponse

bulk.proto:83

WriteDataResponse provides a union of possible response types, mirroring the union of possible request types.

Used in: BulkRWResponse

message BulkRWResponse.WritePolicyResponse

bulk.proto:73

WritePolicyResponse provides a union of possible response types, mirroring the union of possible request types.

Used in: BulkRWResponse

message ErrorList

bulk.proto:117

Context-dependent error messages.

Used in: BulkRWResponse.ReadDataResponse, BulkRWResponse.ReadPolicyResponse