Class ControlServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

        public ControlServiceStubSettings.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()
      • createControlSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateControlRequest,​Control> createControlSettings()
        Returns the builder for the settings used for calls to createControl.
      • deleteControlSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteControlRequest,​com.google.protobuf.Empty> deleteControlSettings()
        Returns the builder for the settings used for calls to deleteControl.
      • updateControlSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateControlRequest,​Control> updateControlSettings()
        Returns the builder for the settings used for calls to updateControl.
      • getControlSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetControlRequest,​Control> getControlSettings()
        Returns the builder for the settings used for calls to getControl.