Class ServiceUsageGrpc.ServiceUsageStub (2.8.0)

public static final class ServiceUsageGrpc.ServiceUsageStub extends AbstractAsyncStub<ServiceUsageGrpc.ServiceUsageStub>

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > ServiceUsageGrpc.ServiceUsageStub

Methods

batchEnableServices(BatchEnableServicesRequest request, StreamObserver<Operation> responseObserver)

public void batchEnableServices(BatchEnableServicesRequest request, StreamObserver<Operation> responseObserver)

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

Parameters
NameDescription
requestBatchEnableServicesRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

build(Channel channel, CallOptions callOptions)

protected ServiceUsageGrpc.ServiceUsageStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ServiceUsageGrpc.ServiceUsageStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createAdminOverride(CreateAdminOverrideRequest request, StreamObserver<Operation> responseObserver)

public void createAdminOverride(CreateAdminOverrideRequest request, StreamObserver<Operation> responseObserver)

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.

Parameters
NameDescription
requestCreateAdminOverrideRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

createConsumerOverride(CreateConsumerOverrideRequest request, StreamObserver<Operation> responseObserver)

public void createConsumerOverride(CreateConsumerOverrideRequest request, StreamObserver<Operation> responseObserver)

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.

Parameters
NameDescription
requestCreateConsumerOverrideRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

deleteAdminOverride(DeleteAdminOverrideRequest request, StreamObserver<Operation> responseObserver)

public void deleteAdminOverride(DeleteAdminOverrideRequest request, StreamObserver<Operation> responseObserver)

Deletes an admin override.

Parameters
NameDescription
requestDeleteAdminOverrideRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

deleteConsumerOverride(DeleteConsumerOverrideRequest request, StreamObserver<Operation> responseObserver)

public void deleteConsumerOverride(DeleteConsumerOverrideRequest request, StreamObserver<Operation> responseObserver)

Deletes a consumer override.

Parameters
NameDescription
requestDeleteConsumerOverrideRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

disableService(DisableServiceRequest request, StreamObserver<Operation> responseObserver)

public void disableService(DisableServiceRequest request, StreamObserver<Operation> responseObserver)

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

Parameters
NameDescription
requestDisableServiceRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

enableService(EnableServiceRequest request, StreamObserver<Operation> responseObserver)

public void enableService(EnableServiceRequest request, StreamObserver<Operation> responseObserver)

Enables a service so that it can be used with a project. Operation response type: google.protobuf.Empty

Parameters
NameDescription
requestEnableServiceRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

generateServiceIdentity(GenerateServiceIdentityRequest request, StreamObserver<Operation> responseObserver)

public void generateServiceIdentity(GenerateServiceIdentityRequest request, StreamObserver<Operation> responseObserver)

Generates service identity for service.

Parameters
NameDescription
requestGenerateServiceIdentityRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

getConsumerQuotaLimit(GetConsumerQuotaLimitRequest request, StreamObserver<ConsumerQuotaLimit> responseObserver)

public void getConsumerQuotaLimit(GetConsumerQuotaLimitRequest request, StreamObserver<ConsumerQuotaLimit> responseObserver)

Retrieves a summary of quota information for a specific quota limit.

Parameters
NameDescription
requestGetConsumerQuotaLimitRequest
responseObserverio.grpc.stub.StreamObserver<ConsumerQuotaLimit>

getConsumerQuotaMetric(GetConsumerQuotaMetricRequest request, StreamObserver<ConsumerQuotaMetric> responseObserver)

public void getConsumerQuotaMetric(GetConsumerQuotaMetricRequest request, StreamObserver<ConsumerQuotaMetric> responseObserver)

Retrieves a summary of quota information for a specific quota metric

Parameters
NameDescription
requestGetConsumerQuotaMetricRequest
responseObserverio.grpc.stub.StreamObserver<ConsumerQuotaMetric>

getService(GetServiceRequest request, StreamObserver<Service> responseObserver)

public void getService(GetServiceRequest request, StreamObserver<Service> responseObserver)

Returns the service configuration and enabled state for a given service.

Parameters
NameDescription
requestGetServiceRequest
responseObserverio.grpc.stub.StreamObserver<Service>

importAdminOverrides(ImportAdminOverridesRequest request, StreamObserver<Operation> responseObserver)

public void importAdminOverrides(ImportAdminOverridesRequest request, StreamObserver<Operation> responseObserver)

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.

Parameters
NameDescription
requestImportAdminOverridesRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

importConsumerOverrides(ImportConsumerOverridesRequest request, StreamObserver<Operation> responseObserver)

public void importConsumerOverrides(ImportConsumerOverridesRequest request, StreamObserver<Operation> responseObserver)

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.

Parameters
NameDescription
requestImportConsumerOverridesRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

listAdminOverrides(ListAdminOverridesRequest request, StreamObserver<ListAdminOverridesResponse> responseObserver)

public void listAdminOverrides(ListAdminOverridesRequest request, StreamObserver<ListAdminOverridesResponse> responseObserver)

Lists all admin overrides on this limit.

Parameters
NameDescription
requestListAdminOverridesRequest
responseObserverio.grpc.stub.StreamObserver<ListAdminOverridesResponse>

listConsumerOverrides(ListConsumerOverridesRequest request, StreamObserver<ListConsumerOverridesResponse> responseObserver)

public void listConsumerOverrides(ListConsumerOverridesRequest request, StreamObserver<ListConsumerOverridesResponse> responseObserver)

Lists all consumer overrides on this limit.

Parameters
NameDescription
requestListConsumerOverridesRequest
responseObserverio.grpc.stub.StreamObserver<ListConsumerOverridesResponse>

listConsumerQuotaMetrics(ListConsumerQuotaMetricsRequest request, StreamObserver<ListConsumerQuotaMetricsResponse> responseObserver)

public void listConsumerQuotaMetrics(ListConsumerQuotaMetricsRequest request, StreamObserver<ListConsumerQuotaMetricsResponse> responseObserver)

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.

Parameters
NameDescription
requestListConsumerQuotaMetricsRequest
responseObserverio.grpc.stub.StreamObserver<ListConsumerQuotaMetricsResponse>

listServices(ListServicesRequest request, StreamObserver<ListServicesResponse> responseObserver)

public void listServices(ListServicesRequest request, StreamObserver<ListServicesResponse> responseObserver)

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.

Parameters
NameDescription
requestListServicesRequest
responseObserverio.grpc.stub.StreamObserver<ListServicesResponse>

updateAdminOverride(UpdateAdminOverrideRequest request, StreamObserver<Operation> responseObserver)

public void updateAdminOverride(UpdateAdminOverrideRequest request, StreamObserver<Operation> responseObserver)

Updates an admin override.

Parameters
NameDescription
requestUpdateAdminOverrideRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

updateConsumerOverride(UpdateConsumerOverrideRequest request, StreamObserver<Operation> responseObserver)

public void updateConsumerOverride(UpdateConsumerOverrideRequest request, StreamObserver<Operation> responseObserver)

Updates a consumer override.

Parameters
NameDescription
requestUpdateConsumerOverrideRequest
responseObserverio.grpc.stub.StreamObserver<Operation>