Class GSuiteAddOnsSettings.Builder

    • Method Detail

      • 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.
      • 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.