public static class TpuStubSettings.Builder extends StubSettings.Builder<TpuStubSettings,TpuStubSettings.Builder>Builder for TpuStubSettings.
Constructors
Builder()
protected Builder()Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)| Name | Description |
| clientContext | ClientContext |
Builder(TpuStubSettings settings)
protected Builder(TpuStubSettings settings)| Name | Description |
| settings | TpuStubSettings |
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public TpuStubSettings.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.
| Name | Description |
| settingsUpdater | ApiFunction<Builder<?,?>,java.lang.Void> |
| Type | Description |
| TpuStubSettings.Builder |
build()
public TpuStubSettings build()| Type | Description |
| TpuStubSettings |
| Type | Description |
| IOException |
createNodeOperationSettings()
public OperationCallSettings.Builder<CreateNodeRequest,Node,OperationMetadata> createNodeOperationSettings()Returns the builder for the settings used for calls to createNode.
| Type | Description |
| Builder<CreateNodeRequest,Node,OperationMetadata> |
createNodeSettings()
public UnaryCallSettings.Builder<CreateNodeRequest,Operation> createNodeSettings()Returns the builder for the settings used for calls to createNode.
| Type | Description |
| Builder<CreateNodeRequest,Operation> |
deleteNodeOperationSettings()
public OperationCallSettings.Builder<DeleteNodeRequest,Node,OperationMetadata> deleteNodeOperationSettings()Returns the builder for the settings used for calls to deleteNode.
| Type | Description |
| Builder<DeleteNodeRequest,Node,OperationMetadata> |
deleteNodeSettings()
public UnaryCallSettings.Builder<DeleteNodeRequest,Operation> deleteNodeSettings()Returns the builder for the settings used for calls to deleteNode.
| Type | Description |
| Builder<DeleteNodeRequest,Operation> |
generateServiceIdentitySettings()
public UnaryCallSettings.Builder<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse> generateServiceIdentitySettings()Returns the builder for the settings used for calls to generateServiceIdentity.
| Type | Description |
| Builder<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse> |
getAcceleratorTypeSettings()
public UnaryCallSettings.Builder<GetAcceleratorTypeRequest,AcceleratorType> getAcceleratorTypeSettings()Returns the builder for the settings used for calls to getAcceleratorType.
| Type | Description |
| Builder<GetAcceleratorTypeRequest,AcceleratorType> |
getGuestAttributesSettings()
public UnaryCallSettings.Builder<GetGuestAttributesRequest,GetGuestAttributesResponse> getGuestAttributesSettings()Returns the builder for the settings used for calls to getGuestAttributes.
| Type | Description |
| Builder<GetGuestAttributesRequest,GetGuestAttributesResponse> |
getNodeSettings()
public UnaryCallSettings.Builder<GetNodeRequest,Node> getNodeSettings()Returns the builder for the settings used for calls to getNode.
| Type | Description |
| Builder<GetNodeRequest,Node> |
getRuntimeVersionSettings()
public UnaryCallSettings.Builder<GetRuntimeVersionRequest,RuntimeVersion> getRuntimeVersionSettings()Returns the builder for the settings used for calls to getRuntimeVersion.
| Type | Description |
| Builder<GetRuntimeVersionRequest,RuntimeVersion> |
listAcceleratorTypesSettings()
public PagedCallSettings.Builder<ListAcceleratorTypesRequest,ListAcceleratorTypesResponse,TpuClient.ListAcceleratorTypesPagedResponse> listAcceleratorTypesSettings()Returns the builder for the settings used for calls to listAcceleratorTypes.
| Type | Description |
| Builder<ListAcceleratorTypesRequest,ListAcceleratorTypesResponse,ListAcceleratorTypesPagedResponse> |
listNodesSettings()
public PagedCallSettings.Builder<ListNodesRequest,ListNodesResponse,TpuClient.ListNodesPagedResponse> listNodesSettings()Returns the builder for the settings used for calls to listNodes.
| 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.
| 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.
| Type | Description |
| Builder<StartNodeRequest,Node,OperationMetadata> |
startNodeSettings()
public UnaryCallSettings.Builder<StartNodeRequest,Operation> startNodeSettings()Returns the builder for the settings used for calls to startNode.
| Type | Description |
| Builder<StartNodeRequest,Operation> |
stopNodeOperationSettings()
public OperationCallSettings.Builder<StopNodeRequest,Node,OperationMetadata> stopNodeOperationSettings()Returns the builder for the settings used for calls to stopNode.
| Type | Description |
| Builder<StopNodeRequest,Node,OperationMetadata> |
stopNodeSettings()
public UnaryCallSettings.Builder<StopNodeRequest,Operation> stopNodeSettings()Returns the builder for the settings used for calls to stopNode.
| Type | Description |
| Builder<StopNodeRequest,Operation> |
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()| Type | Description |
| com.google.common.collect.ImmutableList<Builder<?,?>> |
updateNodeOperationSettings()
public OperationCallSettings.Builder<UpdateNodeRequest,Node,OperationMetadata> updateNodeOperationSettings()Returns the builder for the settings used for calls to updateNode.
| Type | Description |
| Builder<UpdateNodeRequest,Node,OperationMetadata> |
updateNodeSettings()
public UnaryCallSettings.Builder<UpdateNodeRequest,Operation> updateNodeSettings()Returns the builder for the settings used for calls to updateNode.
| Type | Description |
| Builder<UpdateNodeRequest,Operation> |