Package com.google.api.serviceusage.v1
Class ServiceUsageGrpc
- java.lang.Object
-
- com.google.api.serviceusage.v1.ServiceUsageGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/api/serviceusage/v1/serviceusage.proto") public final class ServiceUsageGrpc extends Object
Enables services that service consumers want to use on Google Cloud Platform, lists the available or enabled services, or disables services that service consumers no longer use. See [Service Usage API](https://cloud.google.com/service-usage/docs/overview)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ServiceUsageGrpc.AsyncService
Enables services that service consumers want to use on Google Cloud Platform, lists the available or enabled services, or disables services that service consumers no longer use.static class
ServiceUsageGrpc.ServiceUsageBlockingStub
A stub to allow clients to do synchronous rpc calls to service ServiceUsage.static class
ServiceUsageGrpc.ServiceUsageFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ServiceUsage.static class
ServiceUsageGrpc.ServiceUsageImplBase
Base class for the server implementation of the service ServiceUsage.static class
ServiceUsageGrpc.ServiceUsageStub
A stub to allow clients to do asynchronous rpc calls to service ServiceUsage.
-
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(ServiceUsageGrpc.AsyncService service)
static io.grpc.MethodDescriptor<BatchEnableServicesRequest,com.google.longrunning.Operation>
getBatchEnableServicesMethod()
static io.grpc.MethodDescriptor<BatchGetServicesRequest,BatchGetServicesResponse>
getBatchGetServicesMethod()
static io.grpc.MethodDescriptor<DisableServiceRequest,com.google.longrunning.Operation>
getDisableServiceMethod()
static io.grpc.MethodDescriptor<EnableServiceRequest,com.google.longrunning.Operation>
getEnableServiceMethod()
static io.grpc.MethodDescriptor<GetServiceRequest,Service>
getGetServiceMethod()
static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse>
getListServicesMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static ServiceUsageGrpc.ServiceUsageBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ServiceUsageGrpc.ServiceUsageFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ServiceUsageGrpc.ServiceUsageStub
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
-
getEnableServiceMethod
public static io.grpc.MethodDescriptor<EnableServiceRequest,com.google.longrunning.Operation> getEnableServiceMethod()
-
getDisableServiceMethod
public static io.grpc.MethodDescriptor<DisableServiceRequest,com.google.longrunning.Operation> getDisableServiceMethod()
-
getGetServiceMethod
public static io.grpc.MethodDescriptor<GetServiceRequest,Service> getGetServiceMethod()
-
getListServicesMethod
public static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
-
getBatchEnableServicesMethod
public static io.grpc.MethodDescriptor<BatchEnableServicesRequest,com.google.longrunning.Operation> getBatchEnableServicesMethod()
-
getBatchGetServicesMethod
public static io.grpc.MethodDescriptor<BatchGetServicesRequest,BatchGetServicesResponse> getBatchGetServicesMethod()
-
newStub
public static ServiceUsageGrpc.ServiceUsageStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ServiceUsageGrpc.ServiceUsageBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ServiceUsageGrpc.ServiceUsageFutureStub 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(ServiceUsageGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-