Class ExperimentsSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

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

      • getExperimentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExperimentRequest,​Experiment> getExperimentSettings()
        Returns the builder for the settings used for calls to getExperiment.
      • createExperimentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExperimentRequest,​Experiment> createExperimentSettings()
        Returns the builder for the settings used for calls to createExperiment.
      • updateExperimentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExperimentRequest,​Experiment> updateExperimentSettings()
        Returns the builder for the settings used for calls to updateExperiment.
      • deleteExperimentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExperimentRequest,​com.google.protobuf.Empty> deleteExperimentSettings()
        Returns the builder for the settings used for calls to deleteExperiment.
      • startExperimentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<StartExperimentRequest,​Experiment> startExperimentSettings()
        Returns the builder for the settings used for calls to startExperiment.
      • stopExperimentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<StopExperimentRequest,​Experiment> stopExperimentSettings()
        Returns the builder for the settings used for calls to stopExperiment.
      • listLocationsSettings

        public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​ExperimentsClient.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.