| Modifier and Type | Method and Description |
|---|---|
RevisionRef |
RevisionRef.Builder.build() |
RevisionRef |
RevisionRef.Builder.buildPartial() |
static RevisionRef |
RevisionRef.getDefaultInstance() |
RevisionRef |
RevisionRef.getDefaultInstanceForType() |
RevisionRef |
RevisionRef.Builder.getDefaultInstanceForType() |
RevisionRef |
DocumentId.getRevisionRef()
Points to a specific revision of the document if set.
|
RevisionRef |
DocumentId.Builder.getRevisionRef()
Points to a specific revision of the document if set.
|
RevisionRef |
DocumentIdOrBuilder.getRevisionRef()
Points to a specific revision of the document if set.
|
static RevisionRef |
RevisionRef.parseDelimitedFrom(InputStream input) |
static RevisionRef |
RevisionRef.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RevisionRef |
RevisionRef.parseFrom(byte[] data) |
static RevisionRef |
RevisionRef.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RevisionRef |
RevisionRef.parseFrom(ByteBuffer data) |
static RevisionRef |
RevisionRef.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RevisionRef |
RevisionRef.parseFrom(com.google.protobuf.ByteString data) |
static RevisionRef |
RevisionRef.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RevisionRef |
RevisionRef.parseFrom(com.google.protobuf.CodedInputStream input) |
static RevisionRef |
RevisionRef.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RevisionRef |
RevisionRef.parseFrom(InputStream input) |
static RevisionRef |
RevisionRef.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RevisionRef> |
RevisionRef.getParserForType() |
static com.google.protobuf.Parser<RevisionRef> |
RevisionRef.parser() |
| Modifier and Type | Method and Description |
|---|---|
RevisionRef.Builder |
RevisionRef.Builder.mergeFrom(RevisionRef other) |
DocumentId.Builder |
DocumentId.Builder.mergeRevisionRef(RevisionRef value)
Points to a specific revision of the document if set.
|
static RevisionRef.Builder |
RevisionRef.newBuilder(RevisionRef prototype) |
DocumentId.Builder |
DocumentId.Builder.setRevisionRef(RevisionRef value)
Points to a specific revision of the document if set.
|
Copyright © 2024 Google LLC. All rights reserved.