public static final class PolicyTagManagerGrpc.PolicyTagManagerBlockingStub extends io.grpc.stub.AbstractBlockingStub<PolicyTagManagerGrpc.PolicyTagManagerBlockingStub>
The policy tag manager API service allows clients to manage their taxonomies and policy tags.
| Modifier and Type | Method and Description |
|---|---|
protected PolicyTagManagerGrpc.PolicyTagManagerBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
PolicyTag |
createPolicyTag(CreatePolicyTagRequest request)
Creates a policy tag in the specified taxonomy.
|
Taxonomy |
createTaxonomy(CreateTaxonomyRequest request)
Creates a taxonomy in the specified project.
|
com.google.protobuf.Empty |
deletePolicyTag(DeletePolicyTagRequest request)
Deletes a policy tag.
|
com.google.protobuf.Empty |
deleteTaxonomy(DeleteTaxonomyRequest request)
Deletes a taxonomy.
|
com.google.iam.v1.Policy |
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the IAM policy for a taxonomy or a policy tag.
|
PolicyTag |
getPolicyTag(GetPolicyTagRequest request)
Gets a policy tag.
|
Taxonomy |
getTaxonomy(GetTaxonomyRequest request)
Gets a taxonomy.
|
ListPolicyTagsResponse |
listPolicyTags(ListPolicyTagsRequest request)
Lists all policy tags in a taxonomy.
|
ListTaxonomiesResponse |
listTaxonomies(ListTaxonomiesRequest request)
Lists all taxonomies in a project in a particular location that the caller
has permission to view.
|
com.google.iam.v1.Policy |
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the IAM policy for a taxonomy or a policy tag.
|
com.google.iam.v1.TestIamPermissionsResponse |
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns the permissions that a caller has on the specified taxonomy or
policy tag.
|
PolicyTag |
updatePolicyTag(UpdatePolicyTagRequest request)
Updates a policy tag.
|
Taxonomy |
updateTaxonomy(UpdateTaxonomyRequest request)
Updates a taxonomy.
|
protected PolicyTagManagerGrpc.PolicyTagManagerBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<PolicyTagManagerGrpc.PolicyTagManagerBlockingStub>public Taxonomy createTaxonomy(CreateTaxonomyRequest request)
Creates a taxonomy in the specified project.
public com.google.protobuf.Empty deleteTaxonomy(DeleteTaxonomyRequest request)
Deletes a taxonomy. This operation will also delete all policy tags in this taxonomy along with their associated policies.
public Taxonomy updateTaxonomy(UpdateTaxonomyRequest request)
Updates a taxonomy.
public ListTaxonomiesResponse listTaxonomies(ListTaxonomiesRequest request)
Lists all taxonomies in a project in a particular location that the caller has permission to view.
public Taxonomy getTaxonomy(GetTaxonomyRequest request)
Gets a taxonomy.
public PolicyTag createPolicyTag(CreatePolicyTagRequest request)
Creates a policy tag in the specified taxonomy.
public com.google.protobuf.Empty deletePolicyTag(DeletePolicyTagRequest request)
Deletes a policy tag. Also deletes all of its descendant policy tags.
public PolicyTag updatePolicyTag(UpdatePolicyTagRequest request)
Updates a policy tag.
public ListPolicyTagsResponse listPolicyTags(ListPolicyTagsRequest request)
Lists all policy tags in a taxonomy.
public PolicyTag getPolicyTag(GetPolicyTagRequest request)
Gets a policy tag.
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the IAM policy for a taxonomy or a policy tag.
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the IAM policy for a taxonomy or a policy tag.
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns the permissions that a caller has on the specified taxonomy or policy tag.
Copyright © 2024 Google LLC. All rights reserved.