Class EnvironmentsSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

        public EnvironmentsSettings.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.

      • createEnvironmentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEnvironmentRequest,​com.google.longrunning.Operation> createEnvironmentSettings()
        Returns the builder for the settings used for calls to createEnvironment.
      • createEnvironmentOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEnvironmentRequest,​Environment,​OperationMetadata> createEnvironmentOperationSettings()
        Returns the builder for the settings used for calls to createEnvironment.
      • getEnvironmentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,​Environment> getEnvironmentSettings()
        Returns the builder for the settings used for calls to getEnvironment.
      • updateEnvironmentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEnvironmentRequest,​com.google.longrunning.Operation> updateEnvironmentSettings()
        Returns the builder for the settings used for calls to updateEnvironment.
      • updateEnvironmentOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateEnvironmentRequest,​Environment,​OperationMetadata> updateEnvironmentOperationSettings()
        Returns the builder for the settings used for calls to updateEnvironment.
      • deleteEnvironmentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEnvironmentRequest,​com.google.longrunning.Operation> deleteEnvironmentSettings()
        Returns the builder for the settings used for calls to deleteEnvironment.
      • deleteEnvironmentOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteEnvironmentRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteEnvironmentOperationSettings()
        Returns the builder for the settings used for calls to deleteEnvironment.
      • restartWebServerSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RestartWebServerRequest,​com.google.longrunning.Operation> restartWebServerSettings()
        Returns the builder for the settings used for calls to restartWebServer.
      • restartWebServerOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<RestartWebServerRequest,​Environment,​OperationMetadata> restartWebServerOperationSettings()
        Returns the builder for the settings used for calls to restartWebServer.
      • checkUpgradeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckUpgradeRequest,​com.google.longrunning.Operation> checkUpgradeSettings()
        Returns the builder for the settings used for calls to checkUpgrade.
      • saveSnapshotSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<SaveSnapshotRequest,​com.google.longrunning.Operation> saveSnapshotSettings()
        Returns the builder for the settings used for calls to saveSnapshot.
      • loadSnapshotSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<LoadSnapshotRequest,​com.google.longrunning.Operation> loadSnapshotSettings()
        Returns the builder for the settings used for calls to loadSnapshot.
      • databaseFailoverSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DatabaseFailoverRequest,​com.google.longrunning.Operation> databaseFailoverSettings()
        Returns the builder for the settings used for calls to databaseFailover.