Class DeviceManagerSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

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

      • createDeviceRegistrySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeviceRegistryRequest,​DeviceRegistry> createDeviceRegistrySettings()
        Returns the builder for the settings used for calls to createDeviceRegistry.
      • getDeviceRegistrySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeviceRegistryRequest,​DeviceRegistry> getDeviceRegistrySettings()
        Returns the builder for the settings used for calls to getDeviceRegistry.
      • updateDeviceRegistrySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDeviceRegistryRequest,​DeviceRegistry> updateDeviceRegistrySettings()
        Returns the builder for the settings used for calls to updateDeviceRegistry.
      • deleteDeviceRegistrySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDeviceRegistryRequest,​com.google.protobuf.Empty> deleteDeviceRegistrySettings()
        Returns the builder for the settings used for calls to deleteDeviceRegistry.
      • createDeviceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeviceRequest,​Device> createDeviceSettings()
        Returns the builder for the settings used for calls to createDevice.
      • getDeviceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeviceRequest,​Device> getDeviceSettings()
        Returns the builder for the settings used for calls to getDevice.
      • updateDeviceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDeviceRequest,​Device> updateDeviceSettings()
        Returns the builder for the settings used for calls to updateDevice.
      • deleteDeviceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDeviceRequest,​com.google.protobuf.Empty> deleteDeviceSettings()
        Returns the builder for the settings used for calls to deleteDevice.
      • modifyCloudToDeviceConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ModifyCloudToDeviceConfigRequest,​DeviceConfig> modifyCloudToDeviceConfigSettings()
        Returns the builder for the settings used for calls to modifyCloudToDeviceConfig.
      • listDeviceStatesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDeviceStatesRequest,​ListDeviceStatesResponse> listDeviceStatesSettings()
        Returns the builder for the settings used for calls to listDeviceStates.
      • 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.