Interface UpdateDatasetOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateDatasetOperationMetadata
,UpdateDatasetOperationMetadata.Builder
public interface UpdateDatasetOperationMetadataOrBuilder 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.v1beta3.CommonOperationMetadata common_metadata = 1;
- Returns:
- Whether the commonMetadata field is set.
-
getCommonMetadata
CommonOperationMetadata getCommonMetadata()
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
- Returns:
- The commonMetadata.
-
getCommonMetadataOrBuilder
CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()
The basic metadata of the long running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
-
-