public final class ServiceUsageGrpc
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(ServiceUsageGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ServiceUsageGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getBatchEnableServicesMethod()
public static MethodDescriptor<BatchEnableServicesRequest,Operation> getBatchEnableServicesMethod()
getCreateAdminOverrideMethod()
public static MethodDescriptor<CreateAdminOverrideRequest,Operation> getCreateAdminOverrideMethod()
getCreateConsumerOverrideMethod()
public static MethodDescriptor<CreateConsumerOverrideRequest,Operation> getCreateConsumerOverrideMethod()
getDeleteAdminOverrideMethod()
public static MethodDescriptor<DeleteAdminOverrideRequest,Operation> getDeleteAdminOverrideMethod()
getDeleteConsumerOverrideMethod()
public static MethodDescriptor<DeleteConsumerOverrideRequest,Operation> getDeleteConsumerOverrideMethod()
getDisableServiceMethod()
public static MethodDescriptor<DisableServiceRequest,Operation> getDisableServiceMethod()
getEnableServiceMethod()
public static MethodDescriptor<EnableServiceRequest,Operation> getEnableServiceMethod()
getGenerateServiceIdentityMethod()
public static MethodDescriptor<GenerateServiceIdentityRequest,Operation> getGenerateServiceIdentityMethod()
getGetConsumerQuotaLimitMethod()
public static MethodDescriptor<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit> getGetConsumerQuotaLimitMethod()
getGetConsumerQuotaMetricMethod()
public static MethodDescriptor<GetConsumerQuotaMetricRequest,ConsumerQuotaMetric> getGetConsumerQuotaMetricMethod()
getGetServiceMethod()
public static MethodDescriptor<GetServiceRequest,Service> getGetServiceMethod()
getImportAdminOverridesMethod()
public static MethodDescriptor<ImportAdminOverridesRequest,Operation> getImportAdminOverridesMethod()
getImportConsumerOverridesMethod()
public static MethodDescriptor<ImportConsumerOverridesRequest,Operation> getImportConsumerOverridesMethod()
getListAdminOverridesMethod()
public static MethodDescriptor<ListAdminOverridesRequest,ListAdminOverridesResponse> getListAdminOverridesMethod()
getListConsumerOverridesMethod()
public static MethodDescriptor<ListConsumerOverridesRequest,ListConsumerOverridesResponse> getListConsumerOverridesMethod()
getListConsumerQuotaMetricsMethod()
public static MethodDescriptor<ListConsumerQuotaMetricsRequest,ListConsumerQuotaMetricsResponse> getListConsumerQuotaMetricsMethod()
getListServicesMethod()
public static MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateAdminOverrideMethod()
public static MethodDescriptor<UpdateAdminOverrideRequest,Operation> getUpdateAdminOverrideMethod()
getUpdateConsumerOverrideMethod()
public static MethodDescriptor<UpdateConsumerOverrideRequest,Operation> getUpdateConsumerOverrideMethod()
newBlockingStub(Channel channel)
public static ServiceUsageGrpc.ServiceUsageBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static ServiceUsageGrpc.ServiceUsageFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static ServiceUsageGrpc.ServiceUsageStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|