Class HttpConfig (1.0.0)

public sealed class HttpConfig : IMessage<HttpConfig>, IEquatable<HttpConfig>, IDeepCloneable<HttpConfig>, IBufferMessage, IMessage

The configuration of the HTTP bridge for a device registry.

Inheritance

System.Object > HttpConfig

Implements

Google.Protobuf.IMessage<HttpConfig>, System.IEquatable<HttpConfig>, Google.Protobuf.IDeepCloneable<HttpConfig>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

HttpConfig()

public HttpConfig()

HttpConfig(HttpConfig)

public HttpConfig(HttpConfig other)
Parameter
NameDescription
otherHttpConfig

Properties

HttpEnabledState

public HttpState HttpEnabledState { get; set; }

If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.

Property Value
TypeDescription
HttpState