Interface ImportProcessorVersionMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportProcessorVersionMetadata
,ImportProcessorVersionMetadata.Builder
public interface ImportProcessorVersionMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonOperationMetadata
getCommonMetadata()
The basic metadata for the long-running operation.CommonOperationMetadataOrBuilder
getCommonMetadataOrBuilder()
The basic metadata for the long-running operation.boolean
hasCommonMetadata()
The basic metadata for the long-running operation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCommonMetadata
boolean hasCommonMetadata()
The basic metadata for the long-running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
- Returns:
- Whether the commonMetadata field is set.
-
getCommonMetadata
CommonOperationMetadata getCommonMetadata()
The basic metadata for the long-running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
- Returns:
- The commonMetadata.
-
getCommonMetadataOrBuilder
CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()
The basic metadata for the long-running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
-
-