Interface UpdatePolicyTagRequestOrBuilder

public interface UpdatePolicyTagRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPolicyTag()

public abstract PolicyTag getPolicyTag()
The policy tag to update. Only the description, display_name, and
 parent_policy_tag fields can be updated.

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

Returns
TypeDescription
PolicyTag

The policyTag.

getPolicyTagOrBuilder()

public abstract PolicyTagOrBuilder getPolicyTagOrBuilder()
The policy tag to update. Only the description, display_name, and
 parent_policy_tag fields can be updated.

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

Returns
TypeDescription
PolicyTagOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()
The update mask applies to the resource. Only display_name, description and
 parent_policy_tag can be updated and thus can be listed in the mask. If
 update_mask is not provided, all allowed fields (i.e. display_name,
 description and parent) will be updated. For more information including the
 `FieldMask` definition, see
 https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
 If not set, defaults to all of the fields that are allowed to update.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The update mask applies to the resource. Only display_name, description and
 parent_policy_tag can be updated and thus can be listed in the mask. If
 update_mask is not provided, all allowed fields (i.e. display_name,
 description and parent) will be updated. For more information including the
 `FieldMask` definition, see
 https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
 If not set, defaults to all of the fields that are allowed to update.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasPolicyTag()

public abstract boolean hasPolicyTag()
The policy tag to update. Only the description, display_name, and
 parent_policy_tag fields can be updated.

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

Returns
TypeDescription
boolean

Whether the policyTag field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()
The update mask applies to the resource. Only display_name, description and
 parent_policy_tag can be updated and thus can be listed in the mask. If
 update_mask is not provided, all allowed fields (i.e. display_name,
 description and parent) will be updated. For more information including the
 `FieldMask` definition, see
 https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
 If not set, defaults to all of the fields that are allowed to update.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.