com.google.cloud.documentai.v1beta3.RevisionRefOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-document-ai-v1beta3 Show documentation
Show all versions of proto-google-cloud-document-ai-v1beta3 Show documentation
PROTO library for proto-google-cloud-document-ai-v1beta3
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/documentai/v1beta3/document.proto
// Protobuf Java Version: 3.25.2
package com.google.cloud.documentai.v1beta3;
public interface RevisionRefOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.documentai.v1beta3.RevisionRef)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Reads the revision by the predefined case.
*
*
* .google.cloud.documentai.v1beta3.RevisionRef.RevisionCase revision_case = 1;
*
* @return Whether the revisionCase field is set.
*/
boolean hasRevisionCase();
/**
*
*
*
* Reads the revision by the predefined case.
*
*
* .google.cloud.documentai.v1beta3.RevisionRef.RevisionCase revision_case = 1;
*
* @return The enum numeric value on the wire for revisionCase.
*/
int getRevisionCaseValue();
/**
*
*
*
* Reads the revision by the predefined case.
*
*
* .google.cloud.documentai.v1beta3.RevisionRef.RevisionCase revision_case = 1;
*
* @return The revisionCase.
*/
com.google.cloud.documentai.v1beta3.RevisionRef.RevisionCase getRevisionCase();
/**
*
*
*
* Reads the revision given by the id.
*
*
* string revision_id = 2;
*
* @return Whether the revisionId field is set.
*/
boolean hasRevisionId();
/**
*
*
*
* Reads the revision given by the id.
*
*
* string revision_id = 2;
*
* @return The revisionId.
*/
java.lang.String getRevisionId();
/**
*
*
*
* Reads the revision given by the id.
*
*
* string revision_id = 2;
*
* @return The bytes for revisionId.
*/
com.google.protobuf.ByteString getRevisionIdBytes();
/**
*
*
*
* 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;
*
* @return Whether the latestProcessorVersion field is set.
*/
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;
*
* @return The latestProcessorVersion.
*/
java.lang.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;
*
* @return The bytes for latestProcessorVersion.
*/
com.google.protobuf.ByteString getLatestProcessorVersionBytes();
com.google.cloud.documentai.v1beta3.RevisionRef.SourceCase getSourceCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy