Class BulkImportRelationshipsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<BulkImportRelationshipsRequest.Builder>
com.authzed.api.v1.BulkImportRelationshipsRequest.Builder
All Implemented Interfaces:
BulkImportRelationshipsRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
BulkImportRelationshipsRequest

public static final class BulkImportRelationshipsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<BulkImportRelationshipsRequest.Builder> implements BulkImportRelationshipsRequestOrBuilder
 BulkImportRelationshipsRequest represents one batch of the streaming
 BulkImportRelationships API. The maximum size is only limited by the backing
 datastore, and optimal size should be determined by the calling client
 experimentally. When BulkImport is invoked and receives its first request message,
 a transaction is opened to import the relationships. All requests sent to the same
 invocation are executed under this single transaction. If a relationship already
 exists within the datastore, the entire transaction will fail with an error.
 
Protobuf type authzed.api.v1.BulkImportRelationshipsRequest