public interface SerializedPolicyTagOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SerializedPolicyTag |
getChildPolicyTags(int index)
Children of the policy tag if any.
|
int |
getChildPolicyTagsCount()
Children of the policy tag if any.
|
List<SerializedPolicyTag> |
getChildPolicyTagsList()
Children of the policy tag if any.
|
SerializedPolicyTagOrBuilder |
getChildPolicyTagsOrBuilder(int index)
Children of the policy tag if any.
|
List<? extends SerializedPolicyTagOrBuilder> |
getChildPolicyTagsOrBuilderList()
Children of the policy tag if any.
|
String |
getDescription()
Description of the serialized policy tag.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the serialized policy tag.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
String |
getPolicyTag()
Resource name of the policy tag.
|
com.google.protobuf.ByteString |
getPolicyTagBytes()
Resource name of the policy tag.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPolicyTag()
Resource name of the policy tag. This field will be ignored when calling ImportTaxonomies.
string policy_tag = 1;com.google.protobuf.ByteString getPolicyTagBytes()
Resource name of the policy tag. This field will be ignored when calling ImportTaxonomies.
string policy_tag = 1;String getDisplayName()
Required. Display name of the policy tag. Max 200 bytes when encoded in UTF-8.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name of the policy tag. Max 200 bytes when encoded in UTF-8.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];String getDescription()
Description of the serialized policy tag. The length of the description is limited to 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Description of the serialized policy tag. The length of the description is limited to 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
string description = 3;List<SerializedPolicyTag> getChildPolicyTagsList()
Children of the policy tag if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;
SerializedPolicyTag getChildPolicyTags(int index)
Children of the policy tag if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;
int getChildPolicyTagsCount()
Children of the policy tag if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;
List<? extends SerializedPolicyTagOrBuilder> getChildPolicyTagsOrBuilderList()
Children of the policy tag if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;
SerializedPolicyTagOrBuilder getChildPolicyTagsOrBuilder(int index)
Children of the policy tag if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;
Copyright © 2025 Google LLC. All rights reserved.