public interface DeleteOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCommonMetadata()
public abstract CommonOperationMetadata getCommonMetadata()The common part of the operation metadata.
.google.cloud.enterpriseknowledgegraph.v1.CommonOperationMetadata common_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
CommonOperationMetadata |
The commonMetadata. |
getCommonMetadataOrBuilder()
public abstract CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()The common part of the operation metadata.
.google.cloud.enterpriseknowledgegraph.v1.CommonOperationMetadata common_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
CommonOperationMetadataOrBuilder |
|
hasCommonMetadata()
public abstract boolean hasCommonMetadata()The common part of the operation metadata.
.google.cloud.enterpriseknowledgegraph.v1.CommonOperationMetadata common_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the commonMetadata field is set. |