Class HttpJsonMachineTypesStub (1.54.0)

public class HttpJsonMachineTypesStub extends MachineTypesStub

REST stub implementation for the MachineTypes service API.

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

Inheritance

java.lang.Object > MachineTypesStub > HttpJsonMachineTypesStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

create(MachineTypesStubSettings settings)

public static final HttpJsonMachineTypesStub create(MachineTypesStubSettings settings)
Parameter
Name Description
settings MachineTypesStubSettings
Returns
Type Description
HttpJsonMachineTypesStub
Exceptions
Type Description
IOException

getMethodDescriptors()

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

Constructors

HttpJsonMachineTypesStub(MachineTypesStubSettings settings, ClientContext clientContext)

protected HttpJsonMachineTypesStub(MachineTypesStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonMachineTypesStub, 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 MachineTypesStubSettings
clientContext ClientContext

HttpJsonMachineTypesStub(MachineTypesStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonMachineTypesStub(MachineTypesStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonMachineTypesStub, 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 MachineTypesStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListMachineTypesRequest,MachineTypeAggregatedList> aggregatedListCallable()
Returns
Type Description
UnaryCallable<AggregatedListMachineTypesRequest,MachineTypeAggregatedList>
Overrides

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListMachineTypesRequest,MachineTypesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
Type Description
UnaryCallable<AggregatedListMachineTypesRequest,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<GetMachineTypeRequest,MachineType> getCallable()
Returns
Type Description
UnaryCallable<GetMachineTypeRequest,MachineType>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listCallable()

public UnaryCallable<ListMachineTypesRequest,MachineTypeList> listCallable()
Returns
Type Description
UnaryCallable<ListMachineTypesRequest,MachineTypeList>
Overrides

listPagedCallable()

public UnaryCallable<ListMachineTypesRequest,MachineTypesClient.ListPagedResponse> listPagedCallable()
Returns
Type Description
UnaryCallable<ListMachineTypesRequest,ListPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()