public final class RevisionRef extends GeneratedMessageV3 implements RevisionRefOrBuilder
The revision reference specifies which revision on the document to read.
Protobuf type google.cloud.documentai.v1beta3.RevisionRef
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
LATEST_PROCESSOR_VERSION_FIELD_NUMBER
public static final int LATEST_PROCESSOR_VERSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
REVISION_CASE_FIELD_NUMBER
public static final int REVISION_CASE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
REVISION_ID_FIELD_NUMBER
public static final int REVISION_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static RevisionRef getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static RevisionRef.Builder newBuilder()
newBuilder(RevisionRef prototype)
public static RevisionRef.Builder newBuilder(RevisionRef prototype)
public static RevisionRef parseDelimitedFrom(InputStream input)
public static RevisionRef parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static RevisionRef parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RevisionRef parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static RevisionRef parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RevisionRef parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RevisionRef parseFrom(CodedInputStream input)
public static RevisionRef parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RevisionRef parseFrom(InputStream input)
public static RevisionRef parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static RevisionRef parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RevisionRef parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<RevisionRef> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public RevisionRef getDefaultInstanceForType()
getLatestProcessorVersion()
public String getLatestProcessorVersion()
Reads the revision generated by the processor version.
The format takes the full resource name of processor version.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
string latest_processor_version = 3;
Returns |
---|
Type | Description |
String | The latestProcessorVersion.
|
getLatestProcessorVersionBytes()
public ByteString getLatestProcessorVersionBytes()
Reads the revision generated by the processor version.
The format takes the full resource name of processor version.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
string latest_processor_version = 3;
Returns |
---|
Type | Description |
ByteString | The bytes for latestProcessorVersion.
|
getParserForType()
public Parser<RevisionRef> getParserForType()
Overrides
getRevisionCase()
public RevisionRef.RevisionCase getRevisionCase()
Reads the revision by the predefined case.
.google.cloud.documentai.v1beta3.RevisionRef.RevisionCase revision_case = 1;
getRevisionCaseValue()
public int getRevisionCaseValue()
Reads the revision by the predefined case.
.google.cloud.documentai.v1beta3.RevisionRef.RevisionCase revision_case = 1;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for revisionCase.
|
getRevisionId()
public String getRevisionId()
Reads the revision given by the id.
string revision_id = 2;
Returns |
---|
Type | Description |
String | The revisionId.
|
getRevisionIdBytes()
public ByteString getRevisionIdBytes()
Reads the revision given by the id.
string revision_id = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for revisionId.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getSourceCase()
public RevisionRef.SourceCase getSourceCase()
hasLatestProcessorVersion()
public boolean hasLatestProcessorVersion()
Reads the revision generated by the processor version.
The format takes the full resource name of processor version.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
string latest_processor_version = 3;
Returns |
---|
Type | Description |
boolean | Whether the latestProcessorVersion field is set.
|
hasRevisionCase()
public boolean hasRevisionCase()
Reads the revision by the predefined case.
.google.cloud.documentai.v1beta3.RevisionRef.RevisionCase revision_case = 1;
Returns |
---|
Type | Description |
boolean | Whether the revisionCase field is set.
|
hasRevisionId()
public boolean hasRevisionId()
Reads the revision given by the id.
string revision_id = 2;
Returns |
---|
Type | Description |
boolean | Whether the revisionId field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public RevisionRef.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RevisionRef.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public RevisionRef.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides