Interface HttpConfigOrBuilder (2.8.0)

public interface HttpConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHttpEnabledState()

public abstract HttpState getHttpEnabledState()

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

.google.cloud.iot.v1.HttpState http_enabled_state = 1;

Returns
TypeDescription
HttpState

The httpEnabledState.

getHttpEnabledStateValue()

public abstract int getHttpEnabledStateValue()

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

.google.cloud.iot.v1.HttpState http_enabled_state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for httpEnabledState.