Class GSuiteAddOnsStubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<GSuiteAddOnsStubSettings,GSuiteAddOnsStubSettings.Builder>
-
- com.google.cloud.gsuiteaddons.v1.stub.GSuiteAddOnsStubSettings.Builder
-
- Enclosing class:
- GSuiteAddOnsStubSettings
public static class GSuiteAddOnsStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<GSuiteAddOnsStubSettings,GSuiteAddOnsStubSettings.Builder>
Builder for GSuiteAddOnsStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(GSuiteAddOnsStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GSuiteAddOnsStubSettings.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.GSuiteAddOnsStubSettings
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.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
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.StubSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder()
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(GSuiteAddOnsStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public GSuiteAddOnsStubSettings.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.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
-
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 GSuiteAddOnsStubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<GSuiteAddOnsStubSettings,GSuiteAddOnsStubSettings.Builder>
- Throws:
IOException
-
-