Class RecommenderStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

        public RecommenderStubSettings.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()
      • getInsightSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInsightRequest,​Insight> getInsightSettings()
        Returns the builder for the settings used for calls to getInsight.
      • markInsightAcceptedSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkInsightAcceptedRequest,​Insight> markInsightAcceptedSettings()
        Returns the builder for the settings used for calls to markInsightAccepted.
      • getRecommendationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRecommendationRequest,​Recommendation> getRecommendationSettings()
        Returns the builder for the settings used for calls to getRecommendation.
      • markRecommendationDismissedSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationDismissedRequest,​Recommendation> markRecommendationDismissedSettings()
        Returns the builder for the settings used for calls to markRecommendationDismissed.
      • markRecommendationClaimedSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationClaimedRequest,​Recommendation> markRecommendationClaimedSettings()
        Returns the builder for the settings used for calls to markRecommendationClaimed.
      • markRecommendationSucceededSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationSucceededRequest,​Recommendation> markRecommendationSucceededSettings()
        Returns the builder for the settings used for calls to markRecommendationSucceeded.
      • markRecommendationFailedSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<MarkRecommendationFailedRequest,​Recommendation> markRecommendationFailedSettings()
        Returns the builder for the settings used for calls to markRecommendationFailed.
      • getRecommenderConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRecommenderConfigRequest,​RecommenderConfig> getRecommenderConfigSettings()
        Returns the builder for the settings used for calls to getRecommenderConfig.
      • updateRecommenderConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRecommenderConfigRequest,​RecommenderConfig> updateRecommenderConfigSettings()
        Returns the builder for the settings used for calls to updateRecommenderConfig.
      • getInsightTypeConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInsightTypeConfigRequest,​InsightTypeConfig> getInsightTypeConfigSettings()
        Returns the builder for the settings used for calls to getInsightTypeConfig.
      • updateInsightTypeConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateInsightTypeConfigRequest,​InsightTypeConfig> updateInsightTypeConfigSettings()
        Returns the builder for the settings used for calls to updateInsightTypeConfig.