public static class HubServiceSettings.Builder extends ClientSettings.Builder<HubServiceSettings,HubServiceSettings.Builder>
Builder for HubServiceSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(HubServiceSettings settings)
protected Builder(HubServiceSettings settings)
Parameter
Builder(HubServiceStubSettings.Builder stubSettings)
protected Builder(HubServiceStubSettings.Builder stubSettings)
Parameter
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public HubServiceSettings.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
Returns
build()
public HubServiceSettings build()
Returns
Overrides
Exceptions
createHubOperationSettings()
public OperationCallSettings.Builder<CreateHubRequest,Hub,OperationMetadata> createHubOperationSettings()
Returns the builder for the settings used for calls to createHub.
Returns
createHubSettings()
public UnaryCallSettings.Builder<CreateHubRequest,Operation> createHubSettings()
Returns the builder for the settings used for calls to createHub.
Returns
createSpokeOperationSettings()
public OperationCallSettings.Builder<CreateSpokeRequest,Spoke,OperationMetadata> createSpokeOperationSettings()
Returns the builder for the settings used for calls to createSpoke.
Returns
createSpokeSettings()
public UnaryCallSettings.Builder<CreateSpokeRequest,Operation> createSpokeSettings()
Returns the builder for the settings used for calls to createSpoke.
Returns
deleteHubOperationSettings()
public OperationCallSettings.Builder<DeleteHubRequest,Empty,OperationMetadata> deleteHubOperationSettings()
Returns the builder for the settings used for calls to deleteHub.
Returns
deleteHubSettings()
public UnaryCallSettings.Builder<DeleteHubRequest,Operation> deleteHubSettings()
Returns the builder for the settings used for calls to deleteHub.
Returns
deleteSpokeOperationSettings()
public OperationCallSettings.Builder<DeleteSpokeRequest,Empty,OperationMetadata> deleteSpokeOperationSettings()
Returns the builder for the settings used for calls to deleteSpoke.
Returns
deleteSpokeSettings()
public UnaryCallSettings.Builder<DeleteSpokeRequest,Operation> deleteSpokeSettings()
Returns the builder for the settings used for calls to deleteSpoke.
Returns
getHubSettings()
public UnaryCallSettings.Builder<GetHubRequest,Hub> getHubSettings()
Returns the builder for the settings used for calls to getHub.
Returns
getSpokeSettings()
public UnaryCallSettings.Builder<GetSpokeRequest,Spoke> getSpokeSettings()
Returns the builder for the settings used for calls to getSpoke.
Returns
getStubSettingsBuilder()
public HubServiceStubSettings.Builder getStubSettingsBuilder()
Returns
listHubsSettings()
public PagedCallSettings.Builder<ListHubsRequest,ListHubsResponse,HubServiceClient.ListHubsPagedResponse> listHubsSettings()
Returns the builder for the settings used for calls to listHubs.
Returns
listSpokesSettings()
public PagedCallSettings.Builder<ListSpokesRequest,ListSpokesResponse,HubServiceClient.ListSpokesPagedResponse> listSpokesSettings()
Returns the builder for the settings used for calls to listSpokes.
Returns
updateHubOperationSettings()
public OperationCallSettings.Builder<UpdateHubRequest,Hub,OperationMetadata> updateHubOperationSettings()
Returns the builder for the settings used for calls to updateHub.
Returns
updateHubSettings()
public UnaryCallSettings.Builder<UpdateHubRequest,Operation> updateHubSettings()
Returns the builder for the settings used for calls to updateHub.
Returns
updateSpokeOperationSettings()
public OperationCallSettings.Builder<UpdateSpokeRequest,Spoke,OperationMetadata> updateSpokeOperationSettings()
Returns the builder for the settings used for calls to updateSpoke.
Returns
updateSpokeSettings()
public UnaryCallSettings.Builder<UpdateSpokeRequest,Operation> updateSpokeSettings()
Returns the builder for the settings used for calls to updateSpoke.
Returns