Class HttpJsonTpuStub (2.43.0)

public class HttpJsonTpuStub extends TpuStub

REST stub implementation for the Tpu service API.

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

Inheritance

java.lang.Object > TpuStub > HttpJsonTpuStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

create(TpuStubSettings settings)

public static final HttpJsonTpuStub create(TpuStubSettings settings)
Parameter
Name Description
settings TpuStubSettings
Returns
Type Description
HttpJsonTpuStub
Exceptions
Type Description
IOException

getMethodDescriptors()

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

Constructors

HttpJsonTpuStub(TpuStubSettings settings, ClientContext clientContext)

protected HttpJsonTpuStub(TpuStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonTpuStub, 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 TpuStubSettings
clientContext ClientContext

HttpJsonTpuStub(TpuStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonTpuStub(TpuStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

Methods

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

createNodeCallable()

public UnaryCallable<CreateNodeRequest,Operation> createNodeCallable()
Returns
Type Description
UnaryCallable<CreateNodeRequest,Operation>
Overrides

createNodeOperationCallable()

public OperationCallable<CreateNodeRequest,Node,OperationMetadata> createNodeOperationCallable()
Returns
Type Description
OperationCallable<CreateNodeRequest,Node,OperationMetadata>
Overrides

deleteNodeCallable()

public UnaryCallable<DeleteNodeRequest,Operation> deleteNodeCallable()
Returns
Type Description
UnaryCallable<DeleteNodeRequest,Operation>
Overrides

deleteNodeOperationCallable()

public OperationCallable<DeleteNodeRequest,Empty,OperationMetadata> deleteNodeOperationCallable()
Returns
Type Description
OperationCallable<DeleteNodeRequest,Empty,OperationMetadata>
Overrides

generateServiceIdentityCallable()

public UnaryCallable<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse> generateServiceIdentityCallable()
Returns
Type Description
UnaryCallable<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse>
Overrides

getAcceleratorTypeCallable()

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

getGuestAttributesCallable()

public UnaryCallable<GetGuestAttributesRequest,GetGuestAttributesResponse> getGuestAttributesCallable()
Returns
Type Description
UnaryCallable<GetGuestAttributesRequest,GetGuestAttributesResponse>
Overrides

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
Type Description
HttpJsonOperationsStub
Overrides

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
Overrides

getNodeCallable()

public UnaryCallable<GetNodeRequest,Node> getNodeCallable()
Returns
Type Description
UnaryCallable<GetNodeRequest,Node>
Overrides

getRuntimeVersionCallable()

public UnaryCallable<GetRuntimeVersionRequest,RuntimeVersion> getRuntimeVersionCallable()
Returns
Type Description
UnaryCallable<GetRuntimeVersionRequest,RuntimeVersion>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listAcceleratorTypesCallable()

public UnaryCallable<ListAcceleratorTypesRequest,ListAcceleratorTypesResponse> listAcceleratorTypesCallable()
Returns
Type Description
UnaryCallable<ListAcceleratorTypesRequest,ListAcceleratorTypesResponse>
Overrides

listAcceleratorTypesPagedCallable()

public UnaryCallable<ListAcceleratorTypesRequest,TpuClient.ListAcceleratorTypesPagedResponse> listAcceleratorTypesPagedCallable()
Returns
Type Description
UnaryCallable<ListAcceleratorTypesRequest,ListAcceleratorTypesPagedResponse>
Overrides

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
Overrides

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,TpuClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

listNodesCallable()

public UnaryCallable<ListNodesRequest,ListNodesResponse> listNodesCallable()
Returns
Type Description
UnaryCallable<ListNodesRequest,ListNodesResponse>
Overrides

listNodesPagedCallable()

public UnaryCallable<ListNodesRequest,TpuClient.ListNodesPagedResponse> listNodesPagedCallable()
Returns
Type Description
UnaryCallable<ListNodesRequest,ListNodesPagedResponse>
Overrides

listRuntimeVersionsCallable()

public UnaryCallable<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse> listRuntimeVersionsCallable()
Returns
Type Description
UnaryCallable<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse>
Overrides

listRuntimeVersionsPagedCallable()

public UnaryCallable<ListRuntimeVersionsRequest,TpuClient.ListRuntimeVersionsPagedResponse> listRuntimeVersionsPagedCallable()
Returns
Type Description
UnaryCallable<ListRuntimeVersionsRequest,ListRuntimeVersionsPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

startNodeCallable()

public UnaryCallable<StartNodeRequest,Operation> startNodeCallable()
Returns
Type Description
UnaryCallable<StartNodeRequest,Operation>
Overrides

startNodeOperationCallable()

public OperationCallable<StartNodeRequest,Node,OperationMetadata> startNodeOperationCallable()
Returns
Type Description
OperationCallable<StartNodeRequest,Node,OperationMetadata>
Overrides

stopNodeCallable()

public UnaryCallable<StopNodeRequest,Operation> stopNodeCallable()
Returns
Type Description
UnaryCallable<StopNodeRequest,Operation>
Overrides

stopNodeOperationCallable()

public OperationCallable<StopNodeRequest,Node,OperationMetadata> stopNodeOperationCallable()
Returns
Type Description
OperationCallable<StopNodeRequest,Node,OperationMetadata>
Overrides

updateNodeCallable()

public UnaryCallable<UpdateNodeRequest,Operation> updateNodeCallable()
Returns
Type Description
UnaryCallable<UpdateNodeRequest,Operation>
Overrides

updateNodeOperationCallable()

public OperationCallable<UpdateNodeRequest,Node,OperationMetadata> updateNodeOperationCallable()
Returns
Type Description
OperationCallable<UpdateNodeRequest,Node,OperationMetadata>
Overrides