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.

      • getEnvironmentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,​Environment> getEnvironmentSettings()
        Returns the builder for the settings used for calls to getEnvironment.
      • 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,​com.google.protobuf.Struct> createEnvironmentOperationSettings()
        Returns the builder for the settings used for calls to createEnvironment.
      • 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,​com.google.protobuf.Struct> updateEnvironmentOperationSettings()
        Returns the builder for the settings used for calls to updateEnvironment.
      • deleteEnvironmentSettings

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

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RunContinuousTestRequest,​com.google.longrunning.Operation> runContinuousTestSettings()
        Returns the builder for the settings used for calls to runContinuousTest.
      • deployFlowSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeployFlowRequest,​com.google.longrunning.Operation> deployFlowSettings()
        Returns the builder for the settings used for calls to deployFlow.
      • listLocationsSettings

        public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​EnvironmentsClient.ListLocationsPagedResponse> listLocationsSettings()
        Returns the builder for the settings used for calls to listLocations.
      • getLocationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,​com.google.cloud.location.Location> getLocationSettings()
        Returns the builder for the settings used for calls to getLocation.