public interface RevisionRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLatestProcessorVersion()
Reads the revision generated by the processor version.
|
com.google.protobuf.ByteString |
getLatestProcessorVersionBytes()
Reads the revision generated by the processor version.
|
RevisionRef.RevisionCase |
getRevisionCase()
Reads the revision by the predefined case.
|
int |
getRevisionCaseValue()
Reads the revision by the predefined case.
|
String |
getRevisionId()
Reads the revision given by the id.
|
com.google.protobuf.ByteString |
getRevisionIdBytes()
Reads the revision given by the id.
|
RevisionRef.SourceCase |
getSourceCase() |
boolean |
hasLatestProcessorVersion()
Reads the revision generated by the processor version.
|
boolean |
hasRevisionCase()
Reads the revision by the predefined case.
|
boolean |
hasRevisionId()
Reads the revision given by the id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRevisionCase()
Reads the revision by the predefined case.
.google.cloud.documentai.v1beta3.RevisionRef.RevisionCase revision_case = 1;int getRevisionCaseValue()
Reads the revision by the predefined case.
.google.cloud.documentai.v1beta3.RevisionRef.RevisionCase revision_case = 1;RevisionRef.RevisionCase getRevisionCase()
Reads the revision by the predefined case.
.google.cloud.documentai.v1beta3.RevisionRef.RevisionCase revision_case = 1;boolean hasRevisionId()
Reads the revision given by the id.
string revision_id = 2;String getRevisionId()
Reads the revision given by the id.
string revision_id = 2;com.google.protobuf.ByteString getRevisionIdBytes()
Reads the revision given by the id.
string revision_id = 2;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;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;com.google.protobuf.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;RevisionRef.SourceCase getSourceCase()
Copyright © 2024 Google LLC. All rights reserved.