Class ServiceUsageGrpc.ServiceUsageBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ServiceUsageGrpc.ServiceUsageBlockingStub>
-
- com.google.api.serviceusage.v1beta1.ServiceUsageGrpc.ServiceUsageBlockingStub
-
- Enclosing class:
- ServiceUsageGrpc
public static final class ServiceUsageGrpc.ServiceUsageBlockingStub extends io.grpc.stub.AbstractBlockingStub<ServiceUsageGrpc.ServiceUsageBlockingStub>
A stub to allow clients to do synchronous rpc calls to service ServiceUsage.[Service Usage API](https://cloud.google.com/service-usage/docs/overview)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.google.longrunning.Operation
batchEnableServices(BatchEnableServicesRequest request)
Deprecated.protected ServiceUsageGrpc.ServiceUsageBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createAdminOverride(CreateAdminOverrideRequest request)
Creates an admin override.com.google.longrunning.Operation
createConsumerOverride(CreateConsumerOverrideRequest request)
Creates a consumer override.com.google.longrunning.Operation
deleteAdminOverride(DeleteAdminOverrideRequest request)
Deletes an admin override.com.google.longrunning.Operation
deleteConsumerOverride(DeleteConsumerOverrideRequest request)
Deletes a consumer override.com.google.longrunning.Operation
disableService(DisableServiceRequest request)
Deprecated.com.google.longrunning.Operation
enableService(EnableServiceRequest request)
Deprecated.com.google.longrunning.Operation
generateServiceIdentity(GenerateServiceIdentityRequest request)
Generates service identity for service.ConsumerQuotaLimit
getConsumerQuotaLimit(GetConsumerQuotaLimitRequest request)
Retrieves a summary of quota information for a specific quota limit.ConsumerQuotaMetric
getConsumerQuotaMetric(GetConsumerQuotaMetricRequest request)
Retrieves a summary of quota information for a specific quota metricService
getService(GetServiceRequest request)
Deprecated.com.google.longrunning.Operation
importAdminOverrides(ImportAdminOverridesRequest request)
Creates or updates multiple admin overrides atomically, all on the same consumer, but on many different metrics or limits.com.google.longrunning.Operation
importConsumerOverrides(ImportConsumerOverridesRequest request)
Creates or updates multiple consumer overrides atomically, all on the same consumer, but on many different metrics or limits.ListAdminOverridesResponse
listAdminOverrides(ListAdminOverridesRequest request)
Lists all admin overrides on this limit.ListConsumerOverridesResponse
listConsumerOverrides(ListConsumerOverridesRequest request)
Lists all consumer overrides on this limit.ListConsumerQuotaMetricsResponse
listConsumerQuotaMetrics(ListConsumerQuotaMetricsRequest request)
Retrieves a summary of all quota information visible to the service consumer, organized by service metric.ListServicesResponse
listServices(ListServicesRequest request)
Deprecated.com.google.longrunning.Operation
updateAdminOverride(UpdateAdminOverrideRequest request)
Updates an admin override.com.google.longrunning.Operation
updateConsumerOverride(UpdateConsumerOverrideRequest request)
Updates a consumer override.
-
-
-
Method Detail
-
build
protected ServiceUsageGrpc.ServiceUsageBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ServiceUsageGrpc.ServiceUsageBlockingStub>
-
enableService
@Deprecated public com.google.longrunning.Operation enableService(EnableServiceRequest request)
Deprecated.Enables a service so that it can be used with a project. Operation response type: `google.protobuf.Empty`
-
disableService
@Deprecated public com.google.longrunning.Operation disableService(DisableServiceRequest request)
Deprecated.Disables a service so that it can no longer be used with a project. This prevents unintended usage that may cause unexpected billing charges or security leaks. It is not valid to call the disable method on a service that is not currently enabled. Callers will receive a `FAILED_PRECONDITION` status if the target service is not currently enabled. Operation response type: `google.protobuf.Empty`
-
getService
@Deprecated public Service getService(GetServiceRequest request)
Deprecated.Returns the service configuration and enabled state for a given service.
-
listServices
@Deprecated public ListServicesResponse listServices(ListServicesRequest request)
Deprecated.Lists all services available to the specified project, and the current state of those services with respect to the project. The list includes all public services, all services for which the calling user has the `servicemanagement.services.bind` permission, and all services that have already been enabled on the project. The list can be filtered to only include services in a specific state, for example to only include services enabled on the project.
-
batchEnableServices
@Deprecated public com.google.longrunning.Operation batchEnableServices(BatchEnableServicesRequest request)
Deprecated.Enables multiple services on a project. The operation is atomic: if enabling any service fails, then the entire batch fails, and no state changes occur. Operation response type: `google.protobuf.Empty`
-
listConsumerQuotaMetrics
public ListConsumerQuotaMetricsResponse listConsumerQuotaMetrics(ListConsumerQuotaMetricsRequest request)
Retrieves a summary of all quota information visible to the service consumer, organized by service metric. Each metric includes information about all of its defined limits. Each limit includes the limit configuration (quota unit, preciseness, default value), the current effective limit value, and all of the overrides applied to the limit.
-
getConsumerQuotaMetric
public ConsumerQuotaMetric getConsumerQuotaMetric(GetConsumerQuotaMetricRequest request)
Retrieves a summary of quota information for a specific quota metric
-
getConsumerQuotaLimit
public ConsumerQuotaLimit getConsumerQuotaLimit(GetConsumerQuotaLimitRequest request)
Retrieves a summary of quota information for a specific quota limit.
-
createAdminOverride
public com.google.longrunning.Operation createAdminOverride(CreateAdminOverrideRequest request)
Creates an admin override. An admin override is applied by an administrator of a parent folder or parent organization of the consumer receiving the override. An admin override is intended to limit the amount of quota the consumer can use out of the total quota pool allocated to all children of the folder or organization.
-
updateAdminOverride
public com.google.longrunning.Operation updateAdminOverride(UpdateAdminOverrideRequest request)
Updates an admin override.
-
deleteAdminOverride
public com.google.longrunning.Operation deleteAdminOverride(DeleteAdminOverrideRequest request)
Deletes an admin override.
-
listAdminOverrides
public ListAdminOverridesResponse listAdminOverrides(ListAdminOverridesRequest request)
Lists all admin overrides on this limit.
-
importAdminOverrides
public com.google.longrunning.Operation importAdminOverrides(ImportAdminOverridesRequest request)
Creates or updates multiple admin overrides atomically, all on the same consumer, but on many different metrics or limits. The name field in the quota override message should not be set.
-
createConsumerOverride
public com.google.longrunning.Operation createConsumerOverride(CreateConsumerOverrideRequest request)
Creates a consumer override. A consumer override is applied to the consumer on its own authority to limit its own quota usage. Consumer overrides cannot be used to grant more quota than would be allowed by admin overrides, producer overrides, or the default limit of the service.
-
updateConsumerOverride
public com.google.longrunning.Operation updateConsumerOverride(UpdateConsumerOverrideRequest request)
Updates a consumer override.
-
deleteConsumerOverride
public com.google.longrunning.Operation deleteConsumerOverride(DeleteConsumerOverrideRequest request)
Deletes a consumer override.
-
listConsumerOverrides
public ListConsumerOverridesResponse listConsumerOverrides(ListConsumerOverridesRequest request)
Lists all consumer overrides on this limit.
-
importConsumerOverrides
public com.google.longrunning.Operation importConsumerOverrides(ImportConsumerOverridesRequest request)
Creates or updates multiple consumer overrides atomically, all on the same consumer, but on many different metrics or limits. The name field in the quota override message should not be set.
-
generateServiceIdentity
public com.google.longrunning.Operation generateServiceIdentity(GenerateServiceIdentityRequest request)
Generates service identity for service.
-
-