Interface SerializedPolicyTagOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SerializedPolicyTag,SerializedPolicyTag.Builder
@Generated
public interface SerializedPolicyTagOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChildPolicyTags(int index) Children of the policy tag if any.intChildren of the policy tag if any.Children of the policy tag if any.getChildPolicyTagsOrBuilder(int index) Children of the policy tag if any.List<? extends SerializedPolicyTagOrBuilder>Children of the policy tag if any.Description of the serialized policy tag.com.google.protobuf.ByteStringDescription of the serialized policy tag.Required.com.google.protobuf.ByteStringRequired.Resource name of the policy tag.com.google.protobuf.ByteStringResource name of the policy tag.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
-
getPolicyTag
String getPolicyTag()Resource name of the policy tag. This field will be ignored when calling ImportTaxonomies.
string policy_tag = 1;- Returns:
- The policyTag.
-
getPolicyTagBytes
com.google.protobuf.ByteString getPolicyTagBytes()Resource name of the policy tag. This field will be ignored when calling ImportTaxonomies.
string policy_tag = 1;- Returns:
- The bytes for policyTag.
-
getDisplayName
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];- Returns:
- The displayName.
-
getDisplayNameBytes
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];- Returns:
- The bytes for displayName.
-
getDescription
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;- Returns:
- The description.
-
getDescriptionBytes
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;- Returns:
- The bytes for description.
-
getChildPolicyTagsList
List<SerializedPolicyTag> getChildPolicyTagsList()Children of the policy tag if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4; -
getChildPolicyTags
Children of the policy tag if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4; -
getChildPolicyTagsCount
int getChildPolicyTagsCount()Children of the policy tag if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4; -
getChildPolicyTagsOrBuilderList
List<? extends SerializedPolicyTagOrBuilder> getChildPolicyTagsOrBuilderList()Children of the policy tag if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4; -
getChildPolicyTagsOrBuilder
Children of the policy tag if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;
-