Interface UpdatePolicyTagRequestOrBuilder (1.7.2)

public interface UpdatePolicyTagRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPolicyTag()

public abstract PolicyTag getPolicyTag()

The policy tag to update. You can update only its description, display name, and parent policy tag fields.

.google.cloud.datacatalog.v1.PolicyTag policy_tag = 1;

Returns
TypeDescription
PolicyTag

The policyTag.

getPolicyTagOrBuilder()

public abstract PolicyTagOrBuilder getPolicyTagOrBuilder()

The policy tag to update. You can update only its description, display name, and parent policy tag fields.

.google.cloud.datacatalog.v1.PolicyTag policy_tag = 1;

Returns
TypeDescription
PolicyTagOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Specifies the fields to update. You can update only display name, description, and parent policy tag. If not set, defaults to all updatable fields. For more information, see FieldMask.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Specifies the fields to update. You can update only display name, description, and parent policy tag. If not set, defaults to all updatable fields. For more information, see FieldMask.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasPolicyTag()

public abstract boolean hasPolicyTag()

The policy tag to update. You can update only its description, display name, and parent policy tag fields.

.google.cloud.datacatalog.v1.PolicyTag policy_tag = 1;

Returns
TypeDescription
boolean

Whether the policyTag field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Specifies the fields to update. You can update only display name, description, and parent policy tag. If not set, defaults to all updatable fields. For more information, see FieldMask.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.