Package com.google.cloud.datacatalog.v1
Interface SerializedTaxonomyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SerializedTaxonomy,SerializedTaxonomy.Builder
@Generated
public interface SerializedTaxonomyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetActivatedPolicyTypes(int index) A list of policy types that are activated per taxonomy.intA list of policy types that are activated per taxonomy.A list of policy types that are activated per taxonomy.intgetActivatedPolicyTypesValue(int index) A list of policy types that are activated per taxonomy.A list of policy types that are activated per taxonomy.Description of the serialized taxonomy.com.google.protobuf.ByteStringDescription of the serialized taxonomy.Required.com.google.protobuf.ByteStringRequired.getPolicyTags(int index) Top level policy tags associated with the taxonomy, if any.intTop level policy tags associated with the taxonomy, if any.Top level policy tags associated with the taxonomy, if any.getPolicyTagsOrBuilder(int index) Top level policy tags associated with the taxonomy, if any.List<? extends SerializedPolicyTagOrBuilder>Top level policy tags associated with the taxonomy, if any.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
-
getDisplayName
String getDisplayName()Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for displayName.
-
getDescription
String getDescription()Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
string description = 2;- Returns:
- The bytes for description.
-
getPolicyTagsList
List<SerializedPolicyTag> getPolicyTagsList()Top level policy tags associated with the taxonomy, if any.
repeated .google.cloud.datacatalog.v1.SerializedPolicyTag policy_tags = 3; -
getPolicyTags
Top level policy tags associated with the taxonomy, if any.
repeated .google.cloud.datacatalog.v1.SerializedPolicyTag policy_tags = 3; -
getPolicyTagsCount
int getPolicyTagsCount()Top level policy tags associated with the taxonomy, if any.
repeated .google.cloud.datacatalog.v1.SerializedPolicyTag policy_tags = 3; -
getPolicyTagsOrBuilderList
List<? extends SerializedPolicyTagOrBuilder> getPolicyTagsOrBuilderList()Top level policy tags associated with the taxonomy, if any.
repeated .google.cloud.datacatalog.v1.SerializedPolicyTag policy_tags = 3; -
getPolicyTagsOrBuilder
Top level policy tags associated with the taxonomy, if any.
repeated .google.cloud.datacatalog.v1.SerializedPolicyTag policy_tags = 3; -
getActivatedPolicyTypesList
List<Taxonomy.PolicyType> getActivatedPolicyTypesList()A list of policy types that are activated per taxonomy.
repeated .google.cloud.datacatalog.v1.Taxonomy.PolicyType activated_policy_types = 4;- Returns:
- A list containing the activatedPolicyTypes.
-
getActivatedPolicyTypesCount
int getActivatedPolicyTypesCount()A list of policy types that are activated per taxonomy.
repeated .google.cloud.datacatalog.v1.Taxonomy.PolicyType activated_policy_types = 4;- Returns:
- The count of activatedPolicyTypes.
-
getActivatedPolicyTypes
A list of policy types that are activated per taxonomy.
repeated .google.cloud.datacatalog.v1.Taxonomy.PolicyType activated_policy_types = 4;- Parameters:
index- The index of the element to return.- Returns:
- The activatedPolicyTypes at the given index.
-
getActivatedPolicyTypesValueList
A list of policy types that are activated per taxonomy.
repeated .google.cloud.datacatalog.v1.Taxonomy.PolicyType activated_policy_types = 4;- Returns:
- A list containing the enum numeric values on the wire for activatedPolicyTypes.
-
getActivatedPolicyTypesValue
int getActivatedPolicyTypesValue(int index) A list of policy types that are activated per taxonomy.
repeated .google.cloud.datacatalog.v1.Taxonomy.PolicyType activated_policy_types = 4;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of activatedPolicyTypes at the given index.
-