Interface SerializedTaxonomyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SerializedTaxonomy
,SerializedTaxonomy.Builder
public interface SerializedTaxonomyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
Required. Display name of the taxonomy. Max 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. Max 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. 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;
- Returns:
- The description.
-
getDescriptionBytes
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;
- Returns:
- The bytes for description.
-
getPolicyTagsList
List<SerializedPolicyTag> getPolicyTagsList()
Top level policy tags associated with the taxonomy if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag policy_tags = 3;
-
getPolicyTags
SerializedPolicyTag getPolicyTags(int index)
Top level policy tags associated with the taxonomy if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag policy_tags = 3;
-
getPolicyTagsCount
int getPolicyTagsCount()
Top level policy tags associated with the taxonomy if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag policy_tags = 3;
-
getPolicyTagsOrBuilderList
List<? extends SerializedPolicyTagOrBuilder> getPolicyTagsOrBuilderList()
Top level policy tags associated with the taxonomy if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag policy_tags = 3;
-
getPolicyTagsOrBuilder
SerializedPolicyTagOrBuilder getPolicyTagsOrBuilder(int index)
Top level policy tags associated with the taxonomy if any.
repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag policy_tags = 3;
-
getActivatedPolicyTypesList
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;
- Returns:
- A list containing the activatedPolicyTypes.
-
getActivatedPolicyTypesCount
int getActivatedPolicyTypesCount()
A list of policy types that are activated for a taxonomy.
repeated .google.cloud.datacatalog.v1beta1.Taxonomy.PolicyType activated_policy_types = 4;
- Returns:
- The count of activatedPolicyTypes.
-
getActivatedPolicyTypes
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;
- Parameters:
index
- The index of the element to return.- Returns:
- The activatedPolicyTypes at the given index.
-
getActivatedPolicyTypesValueList
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;
- 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 for a taxonomy.
repeated .google.cloud.datacatalog.v1beta1.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.
-
-