Class PolicyTagManagerGrpc (1.9.3)

public final class PolicyTagManagerGrpc

The policy tag manager API service allows clients to manage their taxonomies and policy tags.

Inheritance

java.lang.Object > PolicyTagManagerGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreatePolicyTagMethod()

public static MethodDescriptor<CreatePolicyTagRequest,PolicyTag> getCreatePolicyTagMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreatePolicyTagRequest,PolicyTag>

getCreateTaxonomyMethod()

public static MethodDescriptor<CreateTaxonomyRequest,Taxonomy> getCreateTaxonomyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateTaxonomyRequest,Taxonomy>

getDeletePolicyTagMethod()

public static MethodDescriptor<DeletePolicyTagRequest,Empty> getDeletePolicyTagMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeletePolicyTagRequest,Empty>

getDeleteTaxonomyMethod()

public static MethodDescriptor<DeleteTaxonomyRequest,Empty> getDeleteTaxonomyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteTaxonomyRequest,Empty>

getGetIamPolicyMethod()

public static MethodDescriptor<GetIamPolicyRequest,Policy> getGetIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getGetPolicyTagMethod()

public static MethodDescriptor<GetPolicyTagRequest,PolicyTag> getGetPolicyTagMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetPolicyTagRequest,PolicyTag>

getGetTaxonomyMethod()

public static MethodDescriptor<GetTaxonomyRequest,Taxonomy> getGetTaxonomyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetTaxonomyRequest,Taxonomy>

getListPolicyTagsMethod()

public static MethodDescriptor<ListPolicyTagsRequest,ListPolicyTagsResponse> getListPolicyTagsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListPolicyTagsRequest,ListPolicyTagsResponse>

getListTaxonomiesMethod()

public static MethodDescriptor<ListTaxonomiesRequest,ListTaxonomiesResponse> getListTaxonomiesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListTaxonomiesRequest,ListTaxonomiesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getSetIamPolicyMethod()

public static MethodDescriptor<SetIamPolicyRequest,Policy> getSetIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

getTestIamPermissionsMethod()

public static MethodDescriptor<TestIamPermissionsRequest,TestIamPermissionsResponse> getTestIamPermissionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

getUpdatePolicyTagMethod()

public static MethodDescriptor<UpdatePolicyTagRequest,PolicyTag> getUpdatePolicyTagMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdatePolicyTagRequest,PolicyTag>

getUpdateTaxonomyMethod()

public static MethodDescriptor<UpdateTaxonomyRequest,Taxonomy> getUpdateTaxonomyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateTaxonomyRequest,Taxonomy>

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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
PolicyTagManagerGrpc.PolicyTagManagerBlockingStub

newFutureStub(Channel channel)

public static PolicyTagManagerGrpc.PolicyTagManagerFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
PolicyTagManagerGrpc.PolicyTagManagerFutureStub

newStub(Channel channel)

public static PolicyTagManagerGrpc.PolicyTagManagerStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
PolicyTagManagerGrpc.PolicyTagManagerStub