Package com.google.cloud.documentai.v1
Interface DisableProcessorMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DisableProcessorMetadata
,DisableProcessorMetadata.Builder
public interface DisableProcessorMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonOperationMetadata
getCommonMetadata()
The basic metadata of the long-running operation.CommonOperationMetadataOrBuilder
getCommonMetadataOrBuilder()
The basic metadata of the long-running operation.boolean
hasCommonMetadata()
The basic metadata of 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 of the long-running operation.
.google.cloud.documentai.v1.CommonOperationMetadata common_metadata = 5;
- Returns:
- Whether the commonMetadata field is set.
-
getCommonMetadata
CommonOperationMetadata getCommonMetadata()
The basic metadata of the long-running operation.
.google.cloud.documentai.v1.CommonOperationMetadata common_metadata = 5;
- Returns:
- The commonMetadata.
-
getCommonMetadataOrBuilder
CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()
The basic metadata of the long-running operation.
.google.cloud.documentai.v1.CommonOperationMetadata common_metadata = 5;
-
-