Class ServiceUsageGrpc
- java.lang.Object
-
- com.google.api.serviceusage.v1beta1.ServiceUsageGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/api/serviceusage/v1beta1/serviceusage.proto") public final class ServiceUsageGrpc extends Object
[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
[Service Usage API](https://cloud.google.com/service-usage/docs/overview)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<CreateAdminOverrideRequest,com.google.longrunning.Operation>
getCreateAdminOverrideMethod()
static io.grpc.MethodDescriptor<CreateConsumerOverrideRequest,com.google.longrunning.Operation>
getCreateConsumerOverrideMethod()
static io.grpc.MethodDescriptor<DeleteAdminOverrideRequest,com.google.longrunning.Operation>
getDeleteAdminOverrideMethod()
static io.grpc.MethodDescriptor<DeleteConsumerOverrideRequest,com.google.longrunning.Operation>
getDeleteConsumerOverrideMethod()
static io.grpc.MethodDescriptor<DisableServiceRequest,com.google.longrunning.Operation>
getDisableServiceMethod()
static io.grpc.MethodDescriptor<EnableServiceRequest,com.google.longrunning.Operation>
getEnableServiceMethod()
static io.grpc.MethodDescriptor<GenerateServiceIdentityRequest,com.google.longrunning.Operation>
getGenerateServiceIdentityMethod()
static io.grpc.MethodDescriptor<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit>
getGetConsumerQuotaLimitMethod()
static io.grpc.MethodDescriptor<GetConsumerQuotaMetricRequest,ConsumerQuotaMetric>
getGetConsumerQuotaMetricMethod()
static io.grpc.MethodDescriptor<GetServiceRequest,Service>
getGetServiceMethod()
static io.grpc.MethodDescriptor<ImportAdminOverridesRequest,com.google.longrunning.Operation>
getImportAdminOverridesMethod()
static io.grpc.MethodDescriptor<ImportConsumerOverridesRequest,com.google.longrunning.Operation>
getImportConsumerOverridesMethod()
static io.grpc.MethodDescriptor<ListAdminOverridesRequest,ListAdminOverridesResponse>
getListAdminOverridesMethod()
static io.grpc.MethodDescriptor<ListConsumerOverridesRequest,ListConsumerOverridesResponse>
getListConsumerOverridesMethod()
static io.grpc.MethodDescriptor<ListConsumerQuotaMetricsRequest,ListConsumerQuotaMetricsResponse>
getListConsumerQuotaMetricsMethod()
static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse>
getListServicesMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateAdminOverrideRequest,com.google.longrunning.Operation>
getUpdateAdminOverrideMethod()
static io.grpc.MethodDescriptor<UpdateConsumerOverrideRequest,com.google.longrunning.Operation>
getUpdateConsumerOverrideMethod()
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()
-
getListConsumerQuotaMetricsMethod
public static io.grpc.MethodDescriptor<ListConsumerQuotaMetricsRequest,ListConsumerQuotaMetricsResponse> getListConsumerQuotaMetricsMethod()
-
getGetConsumerQuotaMetricMethod
public static io.grpc.MethodDescriptor<GetConsumerQuotaMetricRequest,ConsumerQuotaMetric> getGetConsumerQuotaMetricMethod()
-
getGetConsumerQuotaLimitMethod
public static io.grpc.MethodDescriptor<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit> getGetConsumerQuotaLimitMethod()
-
getCreateAdminOverrideMethod
public static io.grpc.MethodDescriptor<CreateAdminOverrideRequest,com.google.longrunning.Operation> getCreateAdminOverrideMethod()
-
getUpdateAdminOverrideMethod
public static io.grpc.MethodDescriptor<UpdateAdminOverrideRequest,com.google.longrunning.Operation> getUpdateAdminOverrideMethod()
-
getDeleteAdminOverrideMethod
public static io.grpc.MethodDescriptor<DeleteAdminOverrideRequest,com.google.longrunning.Operation> getDeleteAdminOverrideMethod()
-
getListAdminOverridesMethod
public static io.grpc.MethodDescriptor<ListAdminOverridesRequest,ListAdminOverridesResponse> getListAdminOverridesMethod()
-
getImportAdminOverridesMethod
public static io.grpc.MethodDescriptor<ImportAdminOverridesRequest,com.google.longrunning.Operation> getImportAdminOverridesMethod()
-
getCreateConsumerOverrideMethod
public static io.grpc.MethodDescriptor<CreateConsumerOverrideRequest,com.google.longrunning.Operation> getCreateConsumerOverrideMethod()
-
getUpdateConsumerOverrideMethod
public static io.grpc.MethodDescriptor<UpdateConsumerOverrideRequest,com.google.longrunning.Operation> getUpdateConsumerOverrideMethod()
-
getDeleteConsumerOverrideMethod
public static io.grpc.MethodDescriptor<DeleteConsumerOverrideRequest,com.google.longrunning.Operation> getDeleteConsumerOverrideMethod()
-
getListConsumerOverridesMethod
public static io.grpc.MethodDescriptor<ListConsumerOverridesRequest,ListConsumerOverridesResponse> getListConsumerOverridesMethod()
-
getImportConsumerOverridesMethod
public static io.grpc.MethodDescriptor<ImportConsumerOverridesRequest,com.google.longrunning.Operation> getImportConsumerOverridesMethod()
-
getGenerateServiceIdentityMethod
public static io.grpc.MethodDescriptor<GenerateServiceIdentityRequest,com.google.longrunning.Operation> getGenerateServiceIdentityMethod()
-
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()
-
-