Class TagValuesGrpc (1.43.0)

public final class TagValuesGrpc

Allow users to create and manage tag values.

Inheritance

java.lang.Object > TagValuesGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(TagValuesGrpc.AsyncService service)

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

getCreateTagValueMethod()

public static MethodDescriptor<CreateTagValueRequest,Operation> getCreateTagValueMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateTagValueRequest,Operation>

getDeleteTagValueMethod()

public static MethodDescriptor<DeleteTagValueRequest,Operation> getDeleteTagValueMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteTagValueRequest,Operation>

getGetIamPolicyMethod()

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

getGetNamespacedTagValueMethod()

public static MethodDescriptor<GetNamespacedTagValueRequest,TagValue> getGetNamespacedTagValueMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetNamespacedTagValueRequest,TagValue>

getGetTagValueMethod()

public static MethodDescriptor<GetTagValueRequest,TagValue> getGetTagValueMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetTagValueRequest,TagValue>

getListTagValuesMethod()

public static MethodDescriptor<ListTagValuesRequest,ListTagValuesResponse> getListTagValuesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListTagValuesRequest,ListTagValuesResponse>

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>

getUpdateTagValueMethod()

public static MethodDescriptor<UpdateTagValueRequest,Operation> getUpdateTagValueMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateTagValueRequest,Operation>

newBlockingStub(Channel channel)

public static TagValuesGrpc.TagValuesBlockingStub 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
TagValuesGrpc.TagValuesBlockingStub

newFutureStub(Channel channel)

public static TagValuesGrpc.TagValuesFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
TagValuesGrpc.TagValuesFutureStub

newStub(Channel channel)

public static TagValuesGrpc.TagValuesStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
TagValuesGrpc.TagValuesStub