Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::RevisionRef.
The revision reference specifies which revision on the document to read.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#latest_processor_version
def latest_processor_version() -> ::String
-
(::String) — 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}
Note: The following fields are mutually exclusive:
latest_processor_version
,revision_case
,revision_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#latest_processor_version=
def latest_processor_version=(value) -> ::String
-
value (::String) — 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}
Note: The following fields are mutually exclusive:
latest_processor_version
,revision_case
,revision_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — 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}
Note: The following fields are mutually exclusive:
latest_processor_version
,revision_case
,revision_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#revision_case
def revision_case() -> ::Google::Cloud::DocumentAI::V1beta3::RevisionRef::RevisionCase
-
(::Google::Cloud::DocumentAI::V1beta3::RevisionRef::RevisionCase) — Reads the revision by the predefined case.
Note: The following fields are mutually exclusive:
revision_case
,revision_id
,latest_processor_version
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#revision_case=
def revision_case=(value) -> ::Google::Cloud::DocumentAI::V1beta3::RevisionRef::RevisionCase
-
value (::Google::Cloud::DocumentAI::V1beta3::RevisionRef::RevisionCase) — Reads the revision by the predefined case.
Note: The following fields are mutually exclusive:
revision_case
,revision_id
,latest_processor_version
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DocumentAI::V1beta3::RevisionRef::RevisionCase) — Reads the revision by the predefined case.
Note: The following fields are mutually exclusive:
revision_case
,revision_id
,latest_processor_version
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#revision_id
def revision_id() -> ::String
-
(::String) — Reads the revision given by the id.
Note: The following fields are mutually exclusive:
revision_id
,revision_case
,latest_processor_version
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#revision_id=
def revision_id=(value) -> ::String
-
value (::String) — Reads the revision given by the id.
Note: The following fields are mutually exclusive:
revision_id
,revision_case
,latest_processor_version
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Reads the revision given by the id.
Note: The following fields are mutually exclusive:
revision_id
,revision_case
,latest_processor_version
. If a field in that set is populated, all other fields in the set will automatically be cleared.