public interface SerializedTaxonomyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Taxonomy.PolicyType |
getActivatedPolicyTypes(int index)
A list of policy types that are activated for a taxonomy.
|
int |
getActivatedPolicyTypesCount()
A list of policy types that are activated for a taxonomy.
|
List<Taxonomy.PolicyType> |
getActivatedPolicyTypesList()
A list of policy types that are activated for a taxonomy.
|
int |
getActivatedPolicyTypesValue(int index)
A list of policy types that are activated for a taxonomy.
|
List<Integer> |
getActivatedPolicyTypesValueList()
A list of policy types that are activated for a taxonomy.
|
String |
getDescription()
Description of the serialized taxonomy.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the serialized taxonomy.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
SerializedPolicyTag |
getPolicyTags(int index)
Top level policy tags associated with the taxonomy if any.
|
int |
getPolicyTagsCount()
Top level policy tags associated with the taxonomy if any.
|
List<SerializedPolicyTag> |
getPolicyTagsList()
Top level policy tags associated with the taxonomy if any.
|
SerializedPolicyTagOrBuilder |
getPolicyTagsOrBuilder(int index)
Top level policy tags associated with the taxonomy if any.
|
List<? extends SerializedPolicyTagOrBuilder> |
getPolicyTagsOrBuilderList()
Top level policy tags associated with the taxonomy if any.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Required. Display name of the taxonomy. Max 200 bytes when encoded in UTF-8.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name of the taxonomy. Max 200 bytes when encoded in UTF-8.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];String getDescription()
Description of the serialized taxonomy. 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 = 2;com.google.protobuf.ByteString getDescriptionBytes()
Description of the serialized taxonomy. 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 = 2;List<SerializedPolicyTag> getPolicyTagsList()
Top level policy tags associated with the taxonomy if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag policy_tags = 3;SerializedPolicyTag getPolicyTags(int index)
Top level policy tags associated with the taxonomy if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag policy_tags = 3;int getPolicyTagsCount()
Top level policy tags associated with the taxonomy if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag policy_tags = 3;List<? extends SerializedPolicyTagOrBuilder> getPolicyTagsOrBuilderList()
Top level policy tags associated with the taxonomy if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag policy_tags = 3;SerializedPolicyTagOrBuilder getPolicyTagsOrBuilder(int index)
Top level policy tags associated with the taxonomy if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag policy_tags = 3;List<Taxonomy.PolicyType> getActivatedPolicyTypesList()
A list of policy types that are activated for a taxonomy.
repeated .google.cloud.datacatalog.v1beta1.Taxonomy.PolicyType activated_policy_types = 4;
int getActivatedPolicyTypesCount()
A list of policy types that are activated for a taxonomy.
repeated .google.cloud.datacatalog.v1beta1.Taxonomy.PolicyType activated_policy_types = 4;
Taxonomy.PolicyType getActivatedPolicyTypes(int index)
A list of policy types that are activated for a taxonomy.
repeated .google.cloud.datacatalog.v1beta1.Taxonomy.PolicyType activated_policy_types = 4;
index - The index of the element to return.List<Integer> getActivatedPolicyTypesValueList()
A list of policy types that are activated for a taxonomy.
repeated .google.cloud.datacatalog.v1beta1.Taxonomy.PolicyType activated_policy_types = 4;
int getActivatedPolicyTypesValue(int index)
A list of policy types that are activated for a taxonomy.
repeated .google.cloud.datacatalog.v1beta1.Taxonomy.PolicyType activated_policy_types = 4;
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.