Class TagKeysGrpc
- java.lang.Object
-
- com.google.cloud.resourcemanager.v3.TagKeysGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/resourcemanager/v3/tag_keys.proto") public final class TagKeysGrpc extends Object
Allow users to create and manage tag keys.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTagKeysGrpc.AsyncServiceAllow users to create and manage tag keys.static classTagKeysGrpc.TagKeysBlockingStubA stub to allow clients to do synchronous rpc calls to service TagKeys.static classTagKeysGrpc.TagKeysFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service TagKeys.static classTagKeysGrpc.TagKeysImplBaseBase class for the server implementation of the service TagKeys.static classTagKeysGrpc.TagKeysStubA stub to allow clients to do asynchronous rpc calls to service TagKeys.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(TagKeysGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateTagKeyRequest,com.google.longrunning.Operation>getCreateTagKeyMethod()static io.grpc.MethodDescriptor<DeleteTagKeyRequest,com.google.longrunning.Operation>getDeleteTagKeyMethod()static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>getGetIamPolicyMethod()static io.grpc.MethodDescriptor<GetNamespacedTagKeyRequest,TagKey>getGetNamespacedTagKeyMethod()static io.grpc.MethodDescriptor<GetTagKeyRequest,TagKey>getGetTagKeyMethod()static io.grpc.MethodDescriptor<ListTagKeysRequest,ListTagKeysResponse>getListTagKeysMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()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<UpdateTagKeyRequest,com.google.longrunning.Operation>getUpdateTagKeyMethod()static TagKeysGrpc.TagKeysBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TagKeysGrpc.TagKeysFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TagKeysGrpc.TagKeysStubnewStub(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
-
getListTagKeysMethod
public static io.grpc.MethodDescriptor<ListTagKeysRequest,ListTagKeysResponse> getListTagKeysMethod()
-
getGetTagKeyMethod
public static io.grpc.MethodDescriptor<GetTagKeyRequest,TagKey> getGetTagKeyMethod()
-
getGetNamespacedTagKeyMethod
public static io.grpc.MethodDescriptor<GetNamespacedTagKeyRequest,TagKey> getGetNamespacedTagKeyMethod()
-
getCreateTagKeyMethod
public static io.grpc.MethodDescriptor<CreateTagKeyRequest,com.google.longrunning.Operation> getCreateTagKeyMethod()
-
getUpdateTagKeyMethod
public static io.grpc.MethodDescriptor<UpdateTagKeyRequest,com.google.longrunning.Operation> getUpdateTagKeyMethod()
-
getDeleteTagKeyMethod
public static io.grpc.MethodDescriptor<DeleteTagKeyRequest,com.google.longrunning.Operation> getDeleteTagKeyMethod()
-
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 TagKeysGrpc.TagKeysStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TagKeysGrpc.TagKeysBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TagKeysGrpc.TagKeysFutureStub 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(TagKeysGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-