public interface UpdatePolicyTagRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PolicyTag |
getPolicyTag()
The policy tag to update.
|
PolicyTagOrBuilder |
getPolicyTagOrBuilder()
The policy tag to update.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Specifies the fields to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Specifies the fields to update.
|
boolean |
hasPolicyTag()
The policy tag to update.
|
boolean |
hasUpdateMask()
Specifies the fields to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.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] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.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] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
.google.protobuf.FieldMask update_mask = 2;Copyright © 2023 Google LLC. All rights reserved.