Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::RevisionRef (v0.35.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}

#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}
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}

#revision_case

def revision_case() -> ::Google::Cloud::DocumentAI::V1beta3::RevisionRef::RevisionCase
Returns

#revision_case=

def revision_case=(value) -> ::Google::Cloud::DocumentAI::V1beta3::RevisionRef::RevisionCase
Parameter
Returns

#revision_id

def revision_id() -> ::String
Returns
  • (::String) — Reads the revision given by the id.

#revision_id=

def revision_id=(value) -> ::String
Parameter
  • value (::String) — Reads the revision given by the id.
Returns
  • (::String) — Reads the revision given by the id.