Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::RevisionRef (v0.39.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.