Class GrpcServiceUsageStub (2.2.7)

public class GrpcServiceUsageStub extends ServiceUsageStub

gRPC stub implementation for the ServiceUsage service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ServiceUsageStub > GrpcServiceUsageStub

Static Methods

create(ClientContext clientContext)

public static final GrpcServiceUsageStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcServiceUsageStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcServiceUsageStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcServiceUsageStub
Exceptions
TypeDescription
IOException

create(ServiceUsageStubSettings settings)

public static final GrpcServiceUsageStub create(ServiceUsageStubSettings settings)
Parameter
NameDescription
settingsServiceUsageStubSettings
Returns
TypeDescription
GrpcServiceUsageStub
Exceptions
TypeDescription
IOException

Constructors

GrpcServiceUsageStub(ServiceUsageStubSettings settings, ClientContext clientContext)

protected GrpcServiceUsageStub(ServiceUsageStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcServiceUsageStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsServiceUsageStubSettings
clientContextClientContext

GrpcServiceUsageStub(ServiceUsageStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcServiceUsageStub(ServiceUsageStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcServiceUsageStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsServiceUsageStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

batchEnableServicesCallable()

public UnaryCallable<BatchEnableServicesRequest,Operation> batchEnableServicesCallable()
Returns
TypeDescription
UnaryCallable<BatchEnableServicesRequest,Operation>
Overrides

batchEnableServicesOperationCallable()

public OperationCallable<BatchEnableServicesRequest,BatchEnableServicesResponse,OperationMetadata> batchEnableServicesOperationCallable()
Returns
TypeDescription
OperationCallable<BatchEnableServicesRequest,BatchEnableServicesResponse,OperationMetadata>
Overrides

batchGetServicesCallable()

public UnaryCallable<BatchGetServicesRequest,BatchGetServicesResponse> batchGetServicesCallable()
Returns
TypeDescription
UnaryCallable<BatchGetServicesRequest,BatchGetServicesResponse>
Overrides

close()

public final void close()
Overrides

disableServiceCallable()

public UnaryCallable<DisableServiceRequest,Operation> disableServiceCallable()
Returns
TypeDescription
UnaryCallable<DisableServiceRequest,Operation>
Overrides

disableServiceOperationCallable()

public OperationCallable<DisableServiceRequest,DisableServiceResponse,OperationMetadata> disableServiceOperationCallable()
Returns
TypeDescription
OperationCallable<DisableServiceRequest,DisableServiceResponse,OperationMetadata>
Overrides

enableServiceCallable()

public UnaryCallable<EnableServiceRequest,Operation> enableServiceCallable()
Returns
TypeDescription
UnaryCallable<EnableServiceRequest,Operation>
Overrides

enableServiceOperationCallable()

public OperationCallable<EnableServiceRequest,EnableServiceResponse,OperationMetadata> enableServiceOperationCallable()
Returns
TypeDescription
OperationCallable<EnableServiceRequest,EnableServiceResponse,OperationMetadata>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub
Overrides

getServiceCallable()

public UnaryCallable<GetServiceRequest,Service> getServiceCallable()
Returns
TypeDescription
UnaryCallable<GetServiceRequest,Service>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listServicesCallable()

public UnaryCallable<ListServicesRequest,ListServicesResponse> listServicesCallable()
Returns
TypeDescription
UnaryCallable<ListServicesRequest,ListServicesResponse>
Overrides

listServicesPagedCallable()

public UnaryCallable<ListServicesRequest,ServiceUsageClient.ListServicesPagedResponse> listServicesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListServicesRequest,ListServicesPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()