Class TpuSettings.Builder (2.44.0)

public static class TpuSettings.Builder extends ClientSettings.Builder<TpuSettings,TpuSettings.Builder>

Builder for TpuSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > TpuSettings.Builder

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
Overrides
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,Empty,OperationMetadata> deleteNodeOperationSettings()

Returns the builder for the settings used for calls to deleteNode.

Returns
Type Description
Builder<DeleteNodeRequest,Empty,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>

generateServiceIdentitySettings()

public UnaryCallSettings.Builder<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse> generateServiceIdentitySettings()

Returns the builder for the settings used for calls to generateServiceIdentity.

Returns
Type Description
Builder<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse>

getAcceleratorTypeSettings()

public UnaryCallSettings.Builder<GetAcceleratorTypeRequest,AcceleratorType> getAcceleratorTypeSettings()

Returns the builder for the settings used for calls to getAcceleratorType.

Returns
Type Description
Builder<GetAcceleratorTypeRequest,AcceleratorType>

getGuestAttributesSettings()

public UnaryCallSettings.Builder<GetGuestAttributesRequest,GetGuestAttributesResponse> getGuestAttributesSettings()

Returns the builder for the settings used for calls to getGuestAttributes.

Returns
Type Description
Builder<GetGuestAttributesRequest,GetGuestAttributesResponse>

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>

getRuntimeVersionSettings()

public UnaryCallSettings.Builder<GetRuntimeVersionRequest,RuntimeVersion> getRuntimeVersionSettings()

Returns the builder for the settings used for calls to getRuntimeVersion.

Returns
Type Description
Builder<GetRuntimeVersionRequest,RuntimeVersion>

getStubSettingsBuilder()

public TpuStubSettings.Builder getStubSettingsBuilder()
Returns
Type Description
TpuStubSettings.Builder

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>

listRuntimeVersionsSettings()

public PagedCallSettings.Builder<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,TpuClient.ListRuntimeVersionsPagedResponse> listRuntimeVersionsSettings()

Returns the builder for the settings used for calls to listRuntimeVersions.

Returns
Type Description
Builder<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,ListRuntimeVersionsPagedResponse>

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>

updateNodeOperationSettings()

public OperationCallSettings.Builder<UpdateNodeRequest,Node,OperationMetadata> updateNodeOperationSettings()

Returns the builder for the settings used for calls to updateNode.

Returns
Type Description
Builder<UpdateNodeRequest,Node,OperationMetadata>

updateNodeSettings()

public UnaryCallSettings.Builder<UpdateNodeRequest,Operation> updateNodeSettings()

Returns the builder for the settings used for calls to updateNode.

Returns
Type Description
Builder<UpdateNodeRequest,Operation>