public static class VersionsSettings.Builder extends ClientSettings.Builder<VersionsSettings,VersionsSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(VersionsSettings settings) |
protected |
Builder(VersionsStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
VersionsSettings.Builder |
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
VersionsSettings |
build() |
UnaryCallSettings.Builder<CreateVersionRequest,Version> |
createVersionSettings()
Returns the builder for the settings used for calls to createVersion.
|
UnaryCallSettings.Builder<DeleteVersionRequest,Empty> |
deleteVersionSettings()
Returns the builder for the settings used for calls to deleteVersion.
|
UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
|
VersionsStubSettings.Builder |
getStubSettingsBuilder() |
UnaryCallSettings.Builder<GetVersionRequest,Version> |
getVersionSettings()
Returns the builder for the settings used for calls to getVersion.
|
PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,VersionsClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
|
PagedCallSettings.Builder<ListVersionsRequest,ListVersionsResponse,VersionsClient.ListVersionsPagedResponse> |
listVersionsSettings()
Returns the builder for the settings used for calls to listVersions.
|
UnaryCallSettings.Builder<UpdateVersionRequest,Version> |
updateVersionSettings()
Returns the builder for the settings used for calls to updateVersion.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(ClientContext clientContext)
protected Builder(VersionsSettings settings)
protected Builder(VersionsStubSettings.Builder stubSettings)
public VersionsStubSettings.Builder getStubSettingsBuilder()
public VersionsSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public PagedCallSettings.Builder<ListVersionsRequest,ListVersionsResponse,VersionsClient.ListVersionsPagedResponse> listVersionsSettings()
public UnaryCallSettings.Builder<GetVersionRequest,Version> getVersionSettings()
public UnaryCallSettings.Builder<CreateVersionRequest,Version> createVersionSettings()
public UnaryCallSettings.Builder<UpdateVersionRequest,Version> updateVersionSettings()
public UnaryCallSettings.Builder<DeleteVersionRequest,Empty> deleteVersionSettings()
public PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,VersionsClient.ListLocationsPagedResponse> listLocationsSettings()
public UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public VersionsSettings build() throws IOException
build
in class ClientSettings.Builder<VersionsSettings,VersionsSettings.Builder>
IOException
Copyright © 2022 Google LLC. All rights reserved.