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