public final class PolicyTagManagerGrpc
Policy Tag Manager API service allows you to manage your policy tags and
taxonomies.
Policy tags are used to tag BigQuery columns and apply additional access
control policies. A taxonomy is a hierarchical grouping of policy tags that
classify data along a common axis.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value
Static Methods
getCreatePolicyTagMethod()
public static MethodDescriptor<CreatePolicyTagRequest,PolicyTag> getCreatePolicyTagMethod()
Returns
getCreateTaxonomyMethod()
public static MethodDescriptor<CreateTaxonomyRequest,Taxonomy> getCreateTaxonomyMethod()
Returns
getDeletePolicyTagMethod()
public static MethodDescriptor<DeletePolicyTagRequest,Empty> getDeletePolicyTagMethod()
Returns
getDeleteTaxonomyMethod()
public static MethodDescriptor<DeleteTaxonomyRequest,Empty> getDeleteTaxonomyMethod()
Returns
getGetIamPolicyMethod()
public static MethodDescriptor<GetIamPolicyRequest,Policy> getGetIamPolicyMethod()
Returns
Type | Description |
io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
getGetPolicyTagMethod()
public static MethodDescriptor<GetPolicyTagRequest,PolicyTag> getGetPolicyTagMethod()
Returns
getGetTaxonomyMethod()
public static MethodDescriptor<GetTaxonomyRequest,Taxonomy> getGetTaxonomyMethod()
Returns
public static MethodDescriptor<ListPolicyTagsRequest,ListPolicyTagsResponse> getListPolicyTagsMethod()
Returns
getListTaxonomiesMethod()
public static MethodDescriptor<ListTaxonomiesRequest,ListTaxonomiesResponse> getListTaxonomiesMethod()
Returns
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns
Type | Description |
io.grpc.ServiceDescriptor | |
getSetIamPolicyMethod()
public static MethodDescriptor<SetIamPolicyRequest,Policy> getSetIamPolicyMethod()
Returns
Type | Description |
io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
getTestIamPermissionsMethod()
public static MethodDescriptor<TestIamPermissionsRequest,TestIamPermissionsResponse> getTestIamPermissionsMethod()
Returns
Type | Description |
io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
getUpdatePolicyTagMethod()
public static MethodDescriptor<UpdatePolicyTagRequest,PolicyTag> getUpdatePolicyTagMethod()
Returns
getUpdateTaxonomyMethod()
public static MethodDescriptor<UpdateTaxonomyRequest,Taxonomy> getUpdateTaxonomyMethod()
Returns
newBlockingStub(Channel channel)
public static PolicyTagManagerGrpc.PolicyTagManagerBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
newFutureStub(Channel channel)
public static PolicyTagManagerGrpc.PolicyTagManagerFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
newStub(Channel channel)
public static PolicyTagManagerGrpc.PolicyTagManagerStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns