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 |
Type |
Description |
String |
|
Static Methods
bindService(PolicyTagManagerGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(PolicyTagManagerGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreatePolicyTagMethod()
public static MethodDescriptor<CreatePolicyTagRequest,PolicyTag> getCreatePolicyTagMethod()
getCreateTaxonomyMethod()
public static MethodDescriptor<CreateTaxonomyRequest,Taxonomy> getCreateTaxonomyMethod()
getDeletePolicyTagMethod()
public static MethodDescriptor<DeletePolicyTagRequest,Empty> getDeletePolicyTagMethod()
getDeleteTaxonomyMethod()
public static MethodDescriptor<DeleteTaxonomyRequest,Empty> getDeleteTaxonomyMethod()
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()
getGetTaxonomyMethod()
public static MethodDescriptor<GetTaxonomyRequest,Taxonomy> getGetTaxonomyMethod()
public static MethodDescriptor<ListPolicyTagsRequest,ListPolicyTagsResponse> getListPolicyTagsMethod()
getListTaxonomiesMethod()
public static MethodDescriptor<ListTaxonomiesRequest,ListTaxonomiesResponse> getListTaxonomiesMethod()
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()
getUpdateTaxonomyMethod()
public static MethodDescriptor<UpdateTaxonomyRequest,Taxonomy> getUpdateTaxonomyMethod()
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
|
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
|
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
|