Interface DeleteOperationMetadataOrBuilder (0.11.0)

public interface DeleteOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommonMetadata()

public abstract CommonOperationMetadata getCommonMetadata()

The common part of the operation metadata.

.google.cloud.enterpriseknowledgegraph.v1.CommonOperationMetadata common_metadata = 1;

Returns
TypeDescription
CommonOperationMetadata

The commonMetadata.

getCommonMetadataOrBuilder()

public abstract CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()

The common part of the operation metadata.

.google.cloud.enterpriseknowledgegraph.v1.CommonOperationMetadata common_metadata = 1;

Returns
TypeDescription
CommonOperationMetadataOrBuilder

hasCommonMetadata()

public abstract boolean hasCommonMetadata()

The common part of the operation metadata.

.google.cloud.enterpriseknowledgegraph.v1.CommonOperationMetadata common_metadata = 1;

Returns
TypeDescription
boolean

Whether the commonMetadata field is set.