public static final class ServiceUsageGrpc.ServiceUsageBlockingStub extends AbstractBlockingStub<ServiceUsageGrpc.ServiceUsageBlockingStub>
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
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractBlockingStub >
ServiceUsageGrpc.ServiceUsageBlockingStub
Inherited Members
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
batchEnableServices(BatchEnableServicesRequest request)
public Operation batchEnableServices(BatchEnableServicesRequest request)
Enable multiple services on a project. The operation is atomic: if enabling
any service fails, then the entire batch fails, and no state changes occur.
To enable a single service, use the EnableService
method instead.
Parameter
Returns
batchGetServices(BatchGetServicesRequest request)
public BatchGetServicesResponse batchGetServices(BatchGetServicesRequest request)
Returns the service configurations and enabled states for a given list of
services.
Parameter
Returns
build(Channel channel, CallOptions callOptions)
protected ServiceUsageGrpc.ServiceUsageBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name | Description |
channel | io.grpc.Channel
|
callOptions | io.grpc.CallOptions
|
Returns
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
disableService(DisableServiceRequest request)
public Operation disableService(DisableServiceRequest request)
Disable 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.
Parameter
Returns
enableService(EnableServiceRequest request)
public Operation enableService(EnableServiceRequest request)
Enable a service so that it can be used with a project.
Parameter
Returns
getService(GetServiceRequest request)
public Service getService(GetServiceRequest request)
Returns the service configuration and enabled state for a given service.
Parameter
Returns
listServices(ListServicesRequest request)
public ListServicesResponse listServices(ListServicesRequest request)
List 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.
WARNING: If you need to query enabled services frequently or across
an organization, you should use
Cloud Asset Inventory
API, which provides
higher throughput and richer filtering capability.
Parameter
Returns