Class GSuiteAddOnsStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

        protected Builder​(com.google.api.gax.rpc.ClientContext clientContext)
    • 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.
      • 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.