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. Any relationships within the same request are guaranteed to
 be written in a single transaction. If any of the relationships already
 exist, the transaction will fail and no relationships will be written.
 
Protobuf type authzed.api.v1.BulkImportRelationshipsRequest