Uses of Class
com.google.cloud.datacatalog.v1beta1.PolicyTag
-
Uses of PolicyTag in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return PolicyTagModifier and TypeMethodDescriptionPolicyTag.Builder.build()PolicyTag.Builder.buildPartial()static PolicyTagPolicyTag.getDefaultInstance()PolicyTag.Builder.getDefaultInstanceForType()PolicyTag.getDefaultInstanceForType()CreatePolicyTagRequest.Builder.getPolicyTag()The policy tag to be created.CreatePolicyTagRequest.getPolicyTag()The policy tag to be created.CreatePolicyTagRequestOrBuilder.getPolicyTag()The policy tag to be created.UpdatePolicyTagRequest.Builder.getPolicyTag()The policy tag to update.UpdatePolicyTagRequest.getPolicyTag()The policy tag to update.UpdatePolicyTagRequestOrBuilder.getPolicyTag()The policy tag to update.ListPolicyTagsResponse.Builder.getPolicyTags(int index) The policy tags that are in the requested taxonomy.ListPolicyTagsResponse.getPolicyTags(int index) The policy tags that are in the requested taxonomy.ListPolicyTagsResponseOrBuilder.getPolicyTags(int index) The policy tags that are in the requested taxonomy.static PolicyTagPolicyTag.parseDelimitedFrom(InputStream input) static PolicyTagPolicyTag.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PolicyTagPolicyTag.parseFrom(byte[] data) static PolicyTagPolicyTag.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PolicyTagPolicyTag.parseFrom(com.google.protobuf.ByteString data) static PolicyTagPolicyTag.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PolicyTagPolicyTag.parseFrom(com.google.protobuf.CodedInputStream input) static PolicyTagPolicyTag.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PolicyTagPolicyTag.parseFrom(InputStream input) static PolicyTagPolicyTag.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PolicyTagPolicyTag.parseFrom(ByteBuffer data) static PolicyTagPolicyTag.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type PolicyTagModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PolicyTag>PolicyTag.getParserForType()ListPolicyTagsResponse.Builder.getPolicyTagsList()The policy tags that are in the requested taxonomy.ListPolicyTagsResponse.getPolicyTagsList()The policy tags that are in the requested taxonomy.ListPolicyTagsResponseOrBuilder.getPolicyTagsList()The policy tags that are in the requested taxonomy.static com.google.protobuf.Parser<PolicyTag>PolicyTag.parser()Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type PolicyTagModifier and TypeMethodDescriptionListPolicyTagsResponse.Builder.addPolicyTags(int index, PolicyTag value) The policy tags that are in the requested taxonomy.ListPolicyTagsResponse.Builder.addPolicyTags(PolicyTag value) The policy tags that are in the requested taxonomy.CreatePolicyTagRequest.Builder.mergePolicyTag(PolicyTag value) The policy tag to be created.UpdatePolicyTagRequest.Builder.mergePolicyTag(PolicyTag value) The policy tag to update.static PolicyTag.BuilderPolicyTag.newBuilder(PolicyTag prototype) CreatePolicyTagRequest.Builder.setPolicyTag(PolicyTag value) The policy tag to be created.UpdatePolicyTagRequest.Builder.setPolicyTag(PolicyTag value) The policy tag to update.ListPolicyTagsResponse.Builder.setPolicyTags(int index, PolicyTag value) The policy tags that are in the requested taxonomy.Method parameters in com.google.cloud.datacatalog.v1beta1 with type arguments of type PolicyTagModifier and TypeMethodDescriptionListPolicyTagsResponse.Builder.addAllPolicyTags(Iterable<? extends PolicyTag> values) The policy tags that are in the requested taxonomy.