public static class GlobalPublicDelegatedPrefixesSettings.Builder extends ClientSettings.Builder<GlobalPublicDelegatedPrefixesSettings,GlobalPublicDelegatedPrefixesSettings.Builder>
Builder for GlobalPublicDelegatedPrefixesSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(GlobalPublicDelegatedPrefixesSettings settings)
protected Builder(GlobalPublicDelegatedPrefixesSettings settings)
Parameter
Builder(GlobalPublicDelegatedPrefixesStubSettings.Builder stubSettings)
protected Builder(GlobalPublicDelegatedPrefixesStubSettings.Builder stubSettings)
Parameter
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public GlobalPublicDelegatedPrefixesSettings.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 GlobalPublicDelegatedPrefixesSettings build()
Returns
Overrides
Exceptions
deleteOperationSettings()
public OperationCallSettings.Builder<DeleteGlobalPublicDelegatedPrefixeRequest,Operation,Operation> deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
Returns
deleteSettings()
public UnaryCallSettings.Builder<DeleteGlobalPublicDelegatedPrefixeRequest,Operation> deleteSettings()
Returns the builder for the settings used for calls to delete.
Returns
getSettings()
public UnaryCallSettings.Builder<GetGlobalPublicDelegatedPrefixeRequest,PublicDelegatedPrefix> getSettings()
Returns the builder for the settings used for calls to get.
Returns
getStubSettingsBuilder()
public GlobalPublicDelegatedPrefixesStubSettings.Builder getStubSettingsBuilder()
Returns
insertOperationSettings()
public OperationCallSettings.Builder<InsertGlobalPublicDelegatedPrefixeRequest,Operation,Operation> insertOperationSettings()
Returns the builder for the settings used for calls to insert.
Returns
insertSettings()
public UnaryCallSettings.Builder<InsertGlobalPublicDelegatedPrefixeRequest,Operation> insertSettings()
Returns the builder for the settings used for calls to insert.
Returns
listSettings()
public PagedCallSettings.Builder<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,GlobalPublicDelegatedPrefixesClient.ListPagedResponse> listSettings()
Returns the builder for the settings used for calls to list.
Returns
patchOperationSettings()
public OperationCallSettings.Builder<PatchGlobalPublicDelegatedPrefixeRequest,Operation,Operation> patchOperationSettings()
Returns the builder for the settings used for calls to patch.
Returns
patchSettings()
public UnaryCallSettings.Builder<PatchGlobalPublicDelegatedPrefixeRequest,Operation> patchSettings()
Returns the builder for the settings used for calls to patch.
Returns