Package com.google.cloud.gsuiteaddons.v1
Class GSuiteAddOnsSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<GSuiteAddOnsSettings,GSuiteAddOnsSettings.Builder>
-
- com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsSettings.Builder
-
- Enclosing class:
- GSuiteAddOnsSettings
public static class GSuiteAddOnsSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<GSuiteAddOnsSettings,GSuiteAddOnsSettings.Builder>
Builder for GSuiteAddOnsSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(GSuiteAddOnsSettings settings)
protected
Builder(GSuiteAddOnsStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GSuiteAddOnsSettings.Builder
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.GSuiteAddOnsSettings
build()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeploymentRequest,Deployment>
createDeploymentSettings()
Returns the builder for the settings used for calls to createDeployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDeploymentRequest,com.google.protobuf.Empty>
deleteDeploymentSettings()
Returns the builder for the settings used for calls to deleteDeployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAuthorizationRequest,Authorization>
getAuthorizationSettings()
Returns the builder for the settings used for calls to getAuthorization.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeploymentRequest,Deployment>
getDeploymentSettings()
Returns the builder for the settings used for calls to getDeployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstallStatusRequest,InstallStatus>
getInstallStatusSettings()
Returns the builder for the settings used for calls to getInstallStatus.GSuiteAddOnsStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.UnaryCallSettings.Builder<InstallDeploymentRequest,com.google.protobuf.Empty>
installDeploymentSettings()
Returns the builder for the settings used for calls to installDeployment.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDeploymentsRequest,ListDeploymentsResponse,GSuiteAddOnsClient.ListDeploymentsPagedResponse>
listDeploymentsSettings()
Returns the builder for the settings used for calls to listDeployments.com.google.api.gax.rpc.UnaryCallSettings.Builder<ReplaceDeploymentRequest,Deployment>
replaceDeploymentSettings()
Returns the builder for the settings used for calls to replaceDeployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<UninstallDeploymentRequest,com.google.protobuf.Empty>
uninstallDeploymentSettings()
Returns the builder for the settings used for calls to uninstallDeployment.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(GSuiteAddOnsSettings settings)
-
Builder
protected Builder(GSuiteAddOnsStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public GSuiteAddOnsStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public GSuiteAddOnsSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.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.
-
getAuthorizationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAuthorizationRequest,Authorization> getAuthorizationSettings()
Returns the builder for the settings used for calls to getAuthorization.
-
createDeploymentSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeploymentRequest,Deployment> createDeploymentSettings()
Returns the builder for the settings used for calls to createDeployment.
-
replaceDeploymentSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ReplaceDeploymentRequest,Deployment> replaceDeploymentSettings()
Returns the builder for the settings used for calls to replaceDeployment.
-
getDeploymentSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeploymentRequest,Deployment> getDeploymentSettings()
Returns the builder for the settings used for calls to getDeployment.
-
listDeploymentsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListDeploymentsRequest,ListDeploymentsResponse,GSuiteAddOnsClient.ListDeploymentsPagedResponse> listDeploymentsSettings()
Returns the builder for the settings used for calls to listDeployments.
-
deleteDeploymentSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDeploymentRequest,com.google.protobuf.Empty> deleteDeploymentSettings()
Returns the builder for the settings used for calls to deleteDeployment.
-
installDeploymentSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<InstallDeploymentRequest,com.google.protobuf.Empty> installDeploymentSettings()
Returns the builder for the settings used for calls to installDeployment.
-
uninstallDeploymentSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UninstallDeploymentRequest,com.google.protobuf.Empty> uninstallDeploymentSettings()
Returns the builder for the settings used for calls to uninstallDeployment.
-
getInstallStatusSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstallStatusRequest,InstallStatus> getInstallStatusSettings()
Returns the builder for the settings used for calls to getInstallStatus.
-
build
public GSuiteAddOnsSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<GSuiteAddOnsSettings,GSuiteAddOnsSettings.Builder>
- Throws:
IOException
-
-