public static class TpuSettings.Builder extends ClientSettings.Builder<TpuSettings,TpuSettings.Builder>
Builder for TpuSettings.
Constructors
Builder()
protected Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext | ClientContext |
Builder(TpuSettings settings)
protected Builder(TpuSettings settings)
Parameter | |
---|---|
Name | Description |
settings | TpuSettings |
Builder(TpuStubSettings.Builder stubSettings)
protected Builder(TpuStubSettings.Builder stubSettings)
Parameter | |
---|---|
Name | Description |
stubSettings | TpuStubSettings.Builder |
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public TpuSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
Parameter | |
---|---|
Name | Description |
settingsUpdater | ApiFunction<Builder<?,?>,java.lang.Void> |
Returns | |
---|---|
Type | Description |
TpuSettings.Builder |
build()
public TpuSettings build()
Returns | |
---|---|
Type | Description |
TpuSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
createNodeOperationSettings()
public OperationCallSettings.Builder<CreateNodeRequest,Node,OperationMetadata> createNodeOperationSettings()
Returns the builder for the settings used for calls to createNode.
Returns | |
---|---|
Type | Description |
Builder<CreateNodeRequest,Node,OperationMetadata> |
createNodeSettings()
public UnaryCallSettings.Builder<CreateNodeRequest,Operation> createNodeSettings()
Returns the builder for the settings used for calls to createNode.
Returns | |
---|---|
Type | Description |
Builder<CreateNodeRequest,Operation> |
deleteNodeOperationSettings()
public OperationCallSettings.Builder<DeleteNodeRequest,Node,OperationMetadata> deleteNodeOperationSettings()
Returns the builder for the settings used for calls to deleteNode.
Returns | |
---|---|
Type | Description |
Builder<DeleteNodeRequest,Node,OperationMetadata> |
deleteNodeSettings()
public UnaryCallSettings.Builder<DeleteNodeRequest,Operation> deleteNodeSettings()
Returns the builder for the settings used for calls to deleteNode.
Returns | |
---|---|
Type | Description |
Builder<DeleteNodeRequest,Operation> |
getAcceleratorTypeSettings()
public UnaryCallSettings.Builder<GetAcceleratorTypeRequest,AcceleratorType> getAcceleratorTypeSettings()
Returns the builder for the settings used for calls to getAcceleratorType.
Returns | |
---|---|
Type | Description |
Builder<GetAcceleratorTypeRequest,AcceleratorType> |
getLocationSettings()
public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
Returns | |
---|---|
Type | Description |
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getNodeSettings()
public UnaryCallSettings.Builder<GetNodeRequest,Node> getNodeSettings()
Returns the builder for the settings used for calls to getNode.
Returns | |
---|---|
Type | Description |
Builder<GetNodeRequest,Node> |
getStubSettingsBuilder()
public TpuStubSettings.Builder getStubSettingsBuilder()
Returns | |
---|---|
Type | Description |
TpuStubSettings.Builder |
getTensorFlowVersionSettings()
public UnaryCallSettings.Builder<GetTensorFlowVersionRequest,TensorFlowVersion> getTensorFlowVersionSettings()
Returns the builder for the settings used for calls to getTensorFlowVersion.
Returns | |
---|---|
Type | Description |
Builder<GetTensorFlowVersionRequest,TensorFlowVersion> |
listAcceleratorTypesSettings()
public PagedCallSettings.Builder<ListAcceleratorTypesRequest,ListAcceleratorTypesResponse,TpuClient.ListAcceleratorTypesPagedResponse> listAcceleratorTypesSettings()
Returns the builder for the settings used for calls to listAcceleratorTypes.
Returns | |
---|---|
Type | Description |
Builder<ListAcceleratorTypesRequest,ListAcceleratorTypesResponse,ListAcceleratorTypesPagedResponse> |
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,TpuClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
Returns | |
---|---|
Type | Description |
Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse> |
listNodesSettings()
public PagedCallSettings.Builder<ListNodesRequest,ListNodesResponse,TpuClient.ListNodesPagedResponse> listNodesSettings()
Returns the builder for the settings used for calls to listNodes.
Returns | |
---|---|
Type | Description |
Builder<ListNodesRequest,ListNodesResponse,ListNodesPagedResponse> |
listTensorFlowVersionsSettings()
public PagedCallSettings.Builder<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TpuClient.ListTensorFlowVersionsPagedResponse> listTensorFlowVersionsSettings()
Returns the builder for the settings used for calls to listTensorFlowVersions.
Returns | |
---|---|
Type | Description |
Builder<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,ListTensorFlowVersionsPagedResponse> |
reimageNodeOperationSettings()
public OperationCallSettings.Builder<ReimageNodeRequest,Node,OperationMetadata> reimageNodeOperationSettings()
Returns the builder for the settings used for calls to reimageNode.
Returns | |
---|---|
Type | Description |
Builder<ReimageNodeRequest,Node,OperationMetadata> |
reimageNodeSettings()
public UnaryCallSettings.Builder<ReimageNodeRequest,Operation> reimageNodeSettings()
Returns the builder for the settings used for calls to reimageNode.
Returns | |
---|---|
Type | Description |
Builder<ReimageNodeRequest,Operation> |
startNodeOperationSettings()
public OperationCallSettings.Builder<StartNodeRequest,Node,OperationMetadata> startNodeOperationSettings()
Returns the builder for the settings used for calls to startNode.
Returns | |
---|---|
Type | Description |
Builder<StartNodeRequest,Node,OperationMetadata> |
startNodeSettings()
public UnaryCallSettings.Builder<StartNodeRequest,Operation> startNodeSettings()
Returns the builder for the settings used for calls to startNode.
Returns | |
---|---|
Type | Description |
Builder<StartNodeRequest,Operation> |
stopNodeOperationSettings()
public OperationCallSettings.Builder<StopNodeRequest,Node,OperationMetadata> stopNodeOperationSettings()
Returns the builder for the settings used for calls to stopNode.
Returns | |
---|---|
Type | Description |
Builder<StopNodeRequest,Node,OperationMetadata> |
stopNodeSettings()
public UnaryCallSettings.Builder<StopNodeRequest,Operation> stopNodeSettings()
Returns the builder for the settings used for calls to stopNode.
Returns | |
---|---|
Type | Description |
Builder<StopNodeRequest,Operation> |