Class TagValuesGrpc
- java.lang.Object
-
- com.google.cloud.resourcemanager.v3.TagValuesGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/resourcemanager/v3/tag_values.proto") public final class TagValuesGrpc extends Object
Allow users to create and manage tag values.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TagValuesGrpc.AsyncService
Allow users to create and manage tag values.static class
TagValuesGrpc.TagValuesBlockingStub
A stub to allow clients to do synchronous rpc calls to service TagValues.static class
TagValuesGrpc.TagValuesFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service TagValues.static class
TagValuesGrpc.TagValuesImplBase
Base class for the server implementation of the service TagValues.static class
TagValuesGrpc.TagValuesStub
A stub to allow clients to do asynchronous rpc calls to service TagValues.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(TagValuesGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateTagValueRequest,com.google.longrunning.Operation>
getCreateTagValueMethod()
static io.grpc.MethodDescriptor<DeleteTagValueRequest,com.google.longrunning.Operation>
getDeleteTagValueMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getGetIamPolicyMethod()
static io.grpc.MethodDescriptor<GetNamespacedTagValueRequest,TagValue>
getGetNamespacedTagValueMethod()
static io.grpc.MethodDescriptor<GetTagValueRequest,TagValue>
getGetTagValueMethod()
static io.grpc.MethodDescriptor<ListTagValuesRequest,ListTagValuesResponse>
getListTagValuesMethod()
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<UpdateTagValueRequest,com.google.longrunning.Operation>
getUpdateTagValueMethod()
static TagValuesGrpc.TagValuesBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TagValuesGrpc.TagValuesFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TagValuesGrpc.TagValuesStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListTagValuesMethod
public static io.grpc.MethodDescriptor<ListTagValuesRequest,ListTagValuesResponse> getListTagValuesMethod()
-
getGetTagValueMethod
public static io.grpc.MethodDescriptor<GetTagValueRequest,TagValue> getGetTagValueMethod()
-
getGetNamespacedTagValueMethod
public static io.grpc.MethodDescriptor<GetNamespacedTagValueRequest,TagValue> getGetNamespacedTagValueMethod()
-
getCreateTagValueMethod
public static io.grpc.MethodDescriptor<CreateTagValueRequest,com.google.longrunning.Operation> getCreateTagValueMethod()
-
getUpdateTagValueMethod
public static io.grpc.MethodDescriptor<UpdateTagValueRequest,com.google.longrunning.Operation> getUpdateTagValueMethod()
-
getDeleteTagValueMethod
public static io.grpc.MethodDescriptor<DeleteTagValueRequest,com.google.longrunning.Operation> getDeleteTagValueMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
newStub
public static TagValuesGrpc.TagValuesStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TagValuesGrpc.TagValuesBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TagValuesGrpc.TagValuesFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(TagValuesGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-