com.google.cloud.documentai.v1beta3.DocumentIdOrBuilder 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/dataset.proto
// Protobuf Java Version: 3.25.2
package com.google.cloud.documentai.v1beta3;
public interface DocumentIdOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.documentai.v1beta3.DocumentId)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* A document id within user-managed Cloud Storage.
*
*
* .google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId gcs_managed_doc_id = 1;
*
*
* @return Whether the gcsManagedDocId field is set.
*/
boolean hasGcsManagedDocId();
/**
*
*
*
* A document id within user-managed Cloud Storage.
*
*
* .google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId gcs_managed_doc_id = 1;
*
*
* @return The gcsManagedDocId.
*/
com.google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId getGcsManagedDocId();
/**
*
*
*
* A document id within user-managed Cloud Storage.
*
*
* .google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId gcs_managed_doc_id = 1;
*
*/
com.google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentIdOrBuilder
getGcsManagedDocIdOrBuilder();
/**
*
*
*
* A document id within unmanaged dataset.
*
*
* .google.cloud.documentai.v1beta3.DocumentId.UnmanagedDocumentId unmanaged_doc_id = 4;
*
*
* @return Whether the unmanagedDocId field is set.
*/
boolean hasUnmanagedDocId();
/**
*
*
*
* A document id within unmanaged dataset.
*
*
* .google.cloud.documentai.v1beta3.DocumentId.UnmanagedDocumentId unmanaged_doc_id = 4;
*
*
* @return The unmanagedDocId.
*/
com.google.cloud.documentai.v1beta3.DocumentId.UnmanagedDocumentId getUnmanagedDocId();
/**
*
*
*
* A document id within unmanaged dataset.
*
*
* .google.cloud.documentai.v1beta3.DocumentId.UnmanagedDocumentId unmanaged_doc_id = 4;
*
*/
com.google.cloud.documentai.v1beta3.DocumentId.UnmanagedDocumentIdOrBuilder
getUnmanagedDocIdOrBuilder();
/**
*
*
*
* Points to a specific revision of the document if set.
*
*
* .google.cloud.documentai.v1beta3.RevisionRef revision_ref = 3;
*
* @return Whether the revisionRef field is set.
*/
boolean hasRevisionRef();
/**
*
*
*
* Points to a specific revision of the document if set.
*
*
* .google.cloud.documentai.v1beta3.RevisionRef revision_ref = 3;
*
* @return The revisionRef.
*/
com.google.cloud.documentai.v1beta3.RevisionRef getRevisionRef();
/**
*
*
*
* Points to a specific revision of the document if set.
*
*
* .google.cloud.documentai.v1beta3.RevisionRef revision_ref = 3;
*/
com.google.cloud.documentai.v1beta3.RevisionRefOrBuilder getRevisionRefOrBuilder();
com.google.cloud.documentai.v1beta3.DocumentId.TypeCase getTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy