Uses of Class
com.google.cloud.datacatalog.v1beta1.PolicyTag.Builder
-
Uses of PolicyTag.Builder in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return PolicyTag.BuilderModifier and TypeMethodDescriptionPolicyTag.Builder.addAllChildPolicyTags(Iterable<String> values) Output only.PolicyTag.Builder.addChildPolicyTags(String value) Output only.PolicyTag.Builder.addChildPolicyTagsBytes(com.google.protobuf.ByteString value) Output only.ListPolicyTagsResponse.Builder.addPolicyTagsBuilder()The policy tags that are in the requested taxonomy.ListPolicyTagsResponse.Builder.addPolicyTagsBuilder(int index) The policy tags that are in the requested taxonomy.PolicyTag.Builder.clear()PolicyTag.Builder.clearChildPolicyTags()Output only.PolicyTag.Builder.clearDescription()Description of this policy tag.PolicyTag.Builder.clearDisplayName()Required.PolicyTag.Builder.clearName()Identifier.PolicyTag.Builder.clearParentPolicyTag()Resource name of this policy tag's parent policy tag (e.g. for the "LatLong" policy tag in the example above, this field contains the resource name of the "Geolocation" policy tag).CreatePolicyTagRequest.Builder.getPolicyTagBuilder()The policy tag to be created.UpdatePolicyTagRequest.Builder.getPolicyTagBuilder()The policy tag to update.ListPolicyTagsResponse.Builder.getPolicyTagsBuilder(int index) The policy tags that are in the requested taxonomy.PolicyTag.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PolicyTag.Builder.mergeFrom(com.google.protobuf.Message other) static PolicyTag.BuilderPolicyTag.newBuilder()static PolicyTag.BuilderPolicyTag.newBuilder(PolicyTag prototype) PolicyTag.newBuilderForType()protected PolicyTag.BuilderPolicyTag.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PolicyTag.Builder.setChildPolicyTags(int index, String value) Output only.PolicyTag.Builder.setDescription(String value) Description of this policy tag.PolicyTag.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Description of this policy tag.PolicyTag.Builder.setDisplayName(String value) Required.PolicyTag.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Required.Identifier.PolicyTag.Builder.setNameBytes(com.google.protobuf.ByteString value) Identifier.PolicyTag.Builder.setParentPolicyTag(String value) Resource name of this policy tag's parent policy tag (e.g. for the "LatLong" policy tag in the example above, this field contains the resource name of the "Geolocation" policy tag).PolicyTag.Builder.setParentPolicyTagBytes(com.google.protobuf.ByteString value) Resource name of this policy tag's parent policy tag (e.g. for the "LatLong" policy tag in the example above, this field contains the resource name of the "Geolocation" policy tag).PolicyTag.toBuilder()Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type PolicyTag.BuilderModifier and TypeMethodDescriptionListPolicyTagsResponse.Builder.getPolicyTagsBuilderList()The policy tags that are in the requested taxonomy.Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type PolicyTag.BuilderModifier and TypeMethodDescriptionListPolicyTagsResponse.Builder.addPolicyTags(int index, PolicyTag.Builder builderForValue) The policy tags that are in the requested taxonomy.ListPolicyTagsResponse.Builder.addPolicyTags(PolicyTag.Builder builderForValue) The policy tags that are in the requested taxonomy.CreatePolicyTagRequest.Builder.setPolicyTag(PolicyTag.Builder builderForValue) The policy tag to be created.UpdatePolicyTagRequest.Builder.setPolicyTag(PolicyTag.Builder builderForValue) The policy tag to update.ListPolicyTagsResponse.Builder.setPolicyTags(int index, PolicyTag.Builder builderForValue) The policy tags that are in the requested taxonomy.