Interface UpdatePolicyTagRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdatePolicyTagRequest,UpdatePolicyTagRequest.Builder
@Generated
public interface UpdatePolicyTagRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe policy tag to update.The policy tag to update.com.google.protobuf.FieldMaskThe update mask applies to the resource.com.google.protobuf.FieldMaskOrBuilderThe update mask applies to the resource.booleanThe policy tag to update.booleanThe update mask applies to the resource.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPolicyTag
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:
- Whether the policyTag field is set.
-
getPolicyTag
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:
- The policyTag.
-
getPolicyTagOrBuilder
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; -
hasUpdateMask
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:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.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:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.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;
-