Class HttpJsonAcceleratorTypesStub (1.52.0)

public class HttpJsonAcceleratorTypesStub extends AcceleratorTypesStub

REST stub implementation for the AcceleratorTypes service API.

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

Inheritance

java.lang.Object > AcceleratorTypesStub > HttpJsonAcceleratorTypesStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonAcceleratorTypesStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonAcceleratorTypesStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonAcceleratorTypesStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonAcceleratorTypesStub
Exceptions
Type Description
IOException

create(AcceleratorTypesStubSettings settings)

public static final HttpJsonAcceleratorTypesStub create(AcceleratorTypesStubSettings settings)
Parameter
Name Description
settings AcceleratorTypesStubSettings
Returns
Type Description
HttpJsonAcceleratorTypesStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonAcceleratorTypesStub(AcceleratorTypesStubSettings settings, ClientContext clientContext)

protected HttpJsonAcceleratorTypesStub(AcceleratorTypesStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonAcceleratorTypesStub, 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
Name Description
settings AcceleratorTypesStubSettings
clientContext ClientContext

HttpJsonAcceleratorTypesStub(AcceleratorTypesStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonAcceleratorTypesStub(AcceleratorTypesStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonAcceleratorTypesStub, 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
Name Description
settings AcceleratorTypesStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListAcceleratorTypesRequest,AcceleratorTypeAggregatedList> aggregatedListCallable()
Returns
Type Description
UnaryCallable<AggregatedListAcceleratorTypesRequest,AcceleratorTypeAggregatedList>
Overrides

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListAcceleratorTypesRequest,AcceleratorTypesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
Type Description
UnaryCallable<AggregatedListAcceleratorTypesRequest,AggregatedListPagedResponse>
Overrides

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

getCallable()

public UnaryCallable<GetAcceleratorTypeRequest,AcceleratorType> getCallable()
Returns
Type Description
UnaryCallable<GetAcceleratorTypeRequest,AcceleratorType>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listCallable()

public UnaryCallable<ListAcceleratorTypesRequest,AcceleratorTypeList> listCallable()
Returns
Type Description
UnaryCallable<ListAcceleratorTypesRequest,AcceleratorTypeList>
Overrides

listPagedCallable()

public UnaryCallable<ListAcceleratorTypesRequest,AcceleratorTypesClient.ListPagedResponse> listPagedCallable()
Returns
Type Description
UnaryCallable<ListAcceleratorTypesRequest,ListPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()