public static interface Document.ProvenanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Deprecated.
google.cloud.documentai.v1beta2.Document.Provenance.id is deprecated. See
google/cloud/documentai/v1beta2/document.proto;l=854
|
Document.Provenance.Parent |
getParents(int index)
References to the original elements that are replaced.
|
int |
getParentsCount()
References to the original elements that are replaced.
|
List<Document.Provenance.Parent> |
getParentsList()
References to the original elements that are replaced.
|
Document.Provenance.ParentOrBuilder |
getParentsOrBuilder(int index)
References to the original elements that are replaced.
|
List<? extends Document.Provenance.ParentOrBuilder> |
getParentsOrBuilderList()
References to the original elements that are replaced.
|
int |
getRevision()
Deprecated.
google.cloud.documentai.v1beta2.Document.Provenance.revision is deprecated. See
google/cloud/documentai/v1beta2/document.proto;l=850
|
Document.Provenance.OperationType |
getType()
The type of provenance operation.
|
int |
getTypeValue()
The type of provenance operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated int getRevision()
The index of the revision that produced this element.
int32 revision = 1 [deprecated = true];@Deprecated int getId()
The Id of this operation. Needs to be unique within the scope of the revision.
int32 id = 2 [deprecated = true];List<Document.Provenance.Parent> getParentsList()
References to the original elements that are replaced.
repeated .google.cloud.documentai.v1beta2.Document.Provenance.Parent parents = 3;
Document.Provenance.Parent getParents(int index)
References to the original elements that are replaced.
repeated .google.cloud.documentai.v1beta2.Document.Provenance.Parent parents = 3;
int getParentsCount()
References to the original elements that are replaced.
repeated .google.cloud.documentai.v1beta2.Document.Provenance.Parent parents = 3;
List<? extends Document.Provenance.ParentOrBuilder> getParentsOrBuilderList()
References to the original elements that are replaced.
repeated .google.cloud.documentai.v1beta2.Document.Provenance.Parent parents = 3;
Document.Provenance.ParentOrBuilder getParentsOrBuilder(int index)
References to the original elements that are replaced.
repeated .google.cloud.documentai.v1beta2.Document.Provenance.Parent parents = 3;
int getTypeValue()
The type of provenance operation.
.google.cloud.documentai.v1beta2.Document.Provenance.OperationType type = 4;Document.Provenance.OperationType getType()
The type of provenance operation.
.google.cloud.documentai.v1beta2.Document.Provenance.OperationType type = 4;Copyright © 2024 Google LLC. All rights reserved.