| Modifier and Type | Method and Description |
|---|---|
Document.ShardInfo |
Document.ShardInfo.Builder.build() |
Document.ShardInfo |
Document.ShardInfo.Builder.buildPartial() |
static Document.ShardInfo |
Document.ShardInfo.getDefaultInstance() |
Document.ShardInfo |
Document.ShardInfo.getDefaultInstanceForType() |
Document.ShardInfo |
Document.ShardInfo.Builder.getDefaultInstanceForType() |
Document.ShardInfo |
Document.getShardInfo()
Information about the sharding if this document is sharded part of a larger
document.
|
Document.ShardInfo |
Document.Builder.getShardInfo()
Information about the sharding if this document is sharded part of a larger
document.
|
Document.ShardInfo |
DocumentOrBuilder.getShardInfo()
Information about the sharding if this document is sharded part of a larger
document.
|
static Document.ShardInfo |
Document.ShardInfo.parseDelimitedFrom(InputStream input) |
static Document.ShardInfo |
Document.ShardInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.ShardInfo |
Document.ShardInfo.parseFrom(byte[] data) |
static Document.ShardInfo |
Document.ShardInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.ShardInfo |
Document.ShardInfo.parseFrom(ByteBuffer data) |
static Document.ShardInfo |
Document.ShardInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.ShardInfo |
Document.ShardInfo.parseFrom(com.google.protobuf.ByteString data) |
static Document.ShardInfo |
Document.ShardInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.ShardInfo |
Document.ShardInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static Document.ShardInfo |
Document.ShardInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.ShardInfo |
Document.ShardInfo.parseFrom(InputStream input) |
static Document.ShardInfo |
Document.ShardInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Document.ShardInfo> |
Document.ShardInfo.getParserForType() |
static com.google.protobuf.Parser<Document.ShardInfo> |
Document.ShardInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
Document.ShardInfo.Builder |
Document.ShardInfo.Builder.mergeFrom(Document.ShardInfo other) |
Document.Builder |
Document.Builder.mergeShardInfo(Document.ShardInfo value)
Information about the sharding if this document is sharded part of a larger
document.
|
static Document.ShardInfo.Builder |
Document.ShardInfo.newBuilder(Document.ShardInfo prototype) |
Document.Builder |
Document.Builder.setShardInfo(Document.ShardInfo value)
Information about the sharding if this document is sharded part of a larger
document.
|
Copyright © 2024 Google LLC. All rights reserved.