Interface DeleteOperationMetadataOrBuilder (0.38.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
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.