@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/datacatalog/v1/policytagmanager.proto") public final class PolicyTagManagerGrpc extends Object
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PolicyTagManagerGrpc.AsyncService
Policy Tag Manager API service allows you to manage your policy tags and
taxonomies.
|
static class |
PolicyTagManagerGrpc.PolicyTagManagerBlockingStub
A stub to allow clients to do synchronous rpc calls to service PolicyTagManager.
|
static class |
PolicyTagManagerGrpc.PolicyTagManagerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service PolicyTagManager.
|
static class |
PolicyTagManagerGrpc.PolicyTagManagerImplBase
Base class for the server implementation of the service PolicyTagManager.
|
static class |
PolicyTagManagerGrpc.PolicyTagManagerStub
A stub to allow clients to do asynchronous rpc calls to service PolicyTagManager.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(PolicyTagManagerGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreatePolicyTagRequest,PolicyTag> |
getCreatePolicyTagMethod() |
static io.grpc.MethodDescriptor<CreateTaxonomyRequest,Taxonomy> |
getCreateTaxonomyMethod() |
static io.grpc.MethodDescriptor<DeletePolicyTagRequest,com.google.protobuf.Empty> |
getDeletePolicyTagMethod() |
static io.grpc.MethodDescriptor<DeleteTaxonomyRequest,com.google.protobuf.Empty> |
getDeleteTaxonomyMethod() |
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getGetIamPolicyMethod() |
static io.grpc.MethodDescriptor<GetPolicyTagRequest,PolicyTag> |
getGetPolicyTagMethod() |
static io.grpc.MethodDescriptor<GetTaxonomyRequest,Taxonomy> |
getGetTaxonomyMethod() |
static io.grpc.MethodDescriptor<ListPolicyTagsRequest,ListPolicyTagsResponse> |
getListPolicyTagsMethod() |
static io.grpc.MethodDescriptor<ListTaxonomiesRequest,ListTaxonomiesResponse> |
getListTaxonomiesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
getSetIamPolicyMethod() |
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
getTestIamPermissionsMethod() |
static io.grpc.MethodDescriptor<UpdatePolicyTagRequest,PolicyTag> |
getUpdatePolicyTagMethod() |
static io.grpc.MethodDescriptor<UpdateTaxonomyRequest,Taxonomy> |
getUpdateTaxonomyMethod() |
static PolicyTagManagerGrpc.PolicyTagManagerBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static PolicyTagManagerGrpc.PolicyTagManagerFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static PolicyTagManagerGrpc.PolicyTagManagerStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateTaxonomyRequest,Taxonomy> getCreateTaxonomyMethod()
public static io.grpc.MethodDescriptor<DeleteTaxonomyRequest,com.google.protobuf.Empty> getDeleteTaxonomyMethod()
public static io.grpc.MethodDescriptor<UpdateTaxonomyRequest,Taxonomy> getUpdateTaxonomyMethod()
public static io.grpc.MethodDescriptor<ListTaxonomiesRequest,ListTaxonomiesResponse> getListTaxonomiesMethod()
public static io.grpc.MethodDescriptor<GetTaxonomyRequest,Taxonomy> getGetTaxonomyMethod()
public static io.grpc.MethodDescriptor<CreatePolicyTagRequest,PolicyTag> getCreatePolicyTagMethod()
public static io.grpc.MethodDescriptor<DeletePolicyTagRequest,com.google.protobuf.Empty> getDeletePolicyTagMethod()
public static io.grpc.MethodDescriptor<UpdatePolicyTagRequest,PolicyTag> getUpdatePolicyTagMethod()
public static io.grpc.MethodDescriptor<ListPolicyTagsRequest,ListPolicyTagsResponse> getListPolicyTagsMethod()
public static io.grpc.MethodDescriptor<GetPolicyTagRequest,PolicyTag> getGetPolicyTagMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
public static PolicyTagManagerGrpc.PolicyTagManagerStub newStub(io.grpc.Channel channel)
public static PolicyTagManagerGrpc.PolicyTagManagerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static PolicyTagManagerGrpc.PolicyTagManagerFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(PolicyTagManagerGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.