Class TagKeysGrpc (1.43.0)

public final class TagKeysGrpc

Allow users to create and manage tag keys.

Inheritance

java.lang.Object > TagKeysGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(TagKeysGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(TagKeysGrpc.AsyncService service)
Parameter
NameDescription
serviceTagKeysGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateTagKeyMethod()

public static MethodDescriptor<CreateTagKeyRequest,Operation> getCreateTagKeyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateTagKeyRequest,Operation>

getDeleteTagKeyMethod()

public static MethodDescriptor<DeleteTagKeyRequest,Operation> getDeleteTagKeyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteTagKeyRequest,Operation>

getGetIamPolicyMethod()

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

getGetNamespacedTagKeyMethod()

public static MethodDescriptor<GetNamespacedTagKeyRequest,TagKey> getGetNamespacedTagKeyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetNamespacedTagKeyRequest,TagKey>

getGetTagKeyMethod()

public static MethodDescriptor<GetTagKeyRequest,TagKey> getGetTagKeyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetTagKeyRequest,TagKey>

getListTagKeysMethod()

public static MethodDescriptor<ListTagKeysRequest,ListTagKeysResponse> getListTagKeysMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListTagKeysRequest,ListTagKeysResponse>

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>

getUpdateTagKeyMethod()

public static MethodDescriptor<UpdateTagKeyRequest,Operation> getUpdateTagKeyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateTagKeyRequest,Operation>

newBlockingStub(Channel channel)

public static TagKeysGrpc.TagKeysBlockingStub 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
TagKeysGrpc.TagKeysBlockingStub

newFutureStub(Channel channel)

public static TagKeysGrpc.TagKeysFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
TagKeysGrpc.TagKeysFutureStub

newStub(Channel channel)

public static TagKeysGrpc.TagKeysStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
TagKeysGrpc.TagKeysStub