Class ServingConfigServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

        public ServingConfigServiceStubSettings.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()
      • createServingConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateServingConfigRequest,​ServingConfig> createServingConfigSettings()
        Returns the builder for the settings used for calls to createServingConfig.
      • deleteServingConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteServingConfigRequest,​com.google.protobuf.Empty> deleteServingConfigSettings()
        Returns the builder for the settings used for calls to deleteServingConfig.
      • updateServingConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateServingConfigRequest,​ServingConfig> updateServingConfigSettings()
        Returns the builder for the settings used for calls to updateServingConfig.
      • getServingConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServingConfigRequest,​ServingConfig> getServingConfigSettings()
        Returns the builder for the settings used for calls to getServingConfig.
      • addControlSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddControlRequest,​ServingConfig> addControlSettings()
        Returns the builder for the settings used for calls to addControl.
      • removeControlSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveControlRequest,​ServingConfig> removeControlSettings()
        Returns the builder for the settings used for calls to removeControl.