package experimental_service
- Alphabetic
- Public
- Protected
Type Members
- final case class BulkExportRelationshipsRequest(consistency: Option[Consistency] = _root_.scala.None, optionalLimit: Int = 0, optionalCursor: Option[Cursor] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BulkExportRelationshipsRequest] with Product with Serializable
BulkExportRelationshipsRequest represents a resumable request for all relationships from the server.
BulkExportRelationshipsRequest represents a resumable request for all relationships from the server.
- optionalLimit
optional_limit, if non-zero, specifies the limit on the number of relationships the server can return in one page. By default, the server will pick a page size, and the server is free to choose a smaller size at will.
- optionalCursor
optional_cursor, if specified, indicates the cursor after which results should resume being returned. The cursor can be found on the BulkExportRelationshipsResponse object.
- Annotations
- @SerialVersionUID()
- final case class BulkExportRelationshipsResponse(afterResultCursor: Option[Cursor] = _root_.scala.None, relationships: Seq[Relationship] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BulkExportRelationshipsResponse] with Product with Serializable
BulkExportRelationshipsResponse is one page in a stream of relationship groups that meet the criteria specified by the originating request.
BulkExportRelationshipsResponse is one page in a stream of relationship groups that meet the criteria specified by the originating request. The server will continue to stream back relationship groups as quickly as it can until all relationships have been transmitted back.
- Annotations
- @SerialVersionUID()
- final case class BulkImportRelationshipsRequest(relationships: Seq[Relationship] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BulkImportRelationshipsRequest] with Product with Serializable
BulkImportRelationshipsRequest represents one batch of the streaming BulkImportRelationships API.
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.
- Annotations
- @SerialVersionUID()
- final case class BulkImportRelationshipsResponse(numLoaded: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BulkImportRelationshipsResponse] with Product with Serializable
BulkImportRelationshipsResponse is returned on successful completion of the bulk load stream, and contains the total number of relationships loaded.
BulkImportRelationshipsResponse is returned on successful completion of the bulk load stream, and contains the total number of relationships loaded.
- Annotations
- @SerialVersionUID()
- trait ExperimentalServiceFs2Grpc[F[_], A] extends AnyRef
Value Members
- object BulkExportRelationshipsRequest extends GeneratedMessageCompanion[BulkExportRelationshipsRequest]
- object BulkExportRelationshipsRequestValidator extends Validator[BulkExportRelationshipsRequest]
- object BulkExportRelationshipsResponse extends GeneratedMessageCompanion[BulkExportRelationshipsResponse]
- object BulkExportRelationshipsResponseValidator extends Validator[BulkExportRelationshipsResponse]
- object BulkImportRelationshipsRequest extends GeneratedMessageCompanion[BulkImportRelationshipsRequest]
- object BulkImportRelationshipsRequestValidator extends Validator[BulkImportRelationshipsRequest]
- object BulkImportRelationshipsResponse extends GeneratedMessageCompanion[BulkImportRelationshipsResponse]
- object BulkImportRelationshipsResponseValidator extends Validator[BulkImportRelationshipsResponse]
- object ExperimentalServiceFs2Grpc extends GeneratedCompanion[ExperimentalServiceFs2Grpc]
- object ExperimentalServiceGrpc
- object ExperimentalServiceProto extends GeneratedFileObject