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