Class VizierServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

        protected Builder​(com.google.api.gax.rpc.ClientContext clientContext)
    • Method Detail

      • applyToAllUnaryMethods

        public VizierServiceStubSettings.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()
      • createStudySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateStudyRequest,​Study> createStudySettings()
        Returns the builder for the settings used for calls to createStudy.
      • getStudySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetStudyRequest,​Study> getStudySettings()
        Returns the builder for the settings used for calls to getStudy.
      • deleteStudySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteStudyRequest,​com.google.protobuf.Empty> deleteStudySettings()
        Returns the builder for the settings used for calls to deleteStudy.
      • lookupStudySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupStudyRequest,​Study> lookupStudySettings()
        Returns the builder for the settings used for calls to lookupStudy.
      • suggestTrialsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<SuggestTrialsRequest,​com.google.longrunning.Operation> suggestTrialsSettings()
        Returns the builder for the settings used for calls to suggestTrials.
      • suggestTrialsOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<SuggestTrialsRequest,​SuggestTrialsResponse,​SuggestTrialsMetadata> suggestTrialsOperationSettings()
        Returns the builder for the settings used for calls to suggestTrials.
      • createTrialSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTrialRequest,​Trial> createTrialSettings()
        Returns the builder for the settings used for calls to createTrial.
      • getTrialSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTrialRequest,​Trial> getTrialSettings()
        Returns the builder for the settings used for calls to getTrial.
      • addTrialMeasurementSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddTrialMeasurementRequest,​Trial> addTrialMeasurementSettings()
        Returns the builder for the settings used for calls to addTrialMeasurement.
      • completeTrialSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CompleteTrialRequest,​Trial> completeTrialSettings()
        Returns the builder for the settings used for calls to completeTrial.
      • deleteTrialSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTrialRequest,​com.google.protobuf.Empty> deleteTrialSettings()
        Returns the builder for the settings used for calls to deleteTrial.
      • checkTrialEarlyStoppingStateSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckTrialEarlyStoppingStateRequest,​com.google.longrunning.Operation> checkTrialEarlyStoppingStateSettings()
        Returns the builder for the settings used for calls to checkTrialEarlyStoppingState.
      • stopTrialSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<StopTrialRequest,​Trial> stopTrialSettings()
        Returns the builder for the settings used for calls to stopTrial.
      • listLocationsSettings

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

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,​com.google.iam.v1.Policy> setIamPolicySettings()
        Returns the builder for the settings used for calls to setIamPolicy.
      • getIamPolicySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,​com.google.iam.v1.Policy> getIamPolicySettings()
        Returns the builder for the settings used for calls to getIamPolicy.
      • testIamPermissionsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,​com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
        Returns the builder for the settings used for calls to testIamPermissions.