public interface HttpConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HttpState |
getHttpEnabledState()
If enabled, allows devices to use DeviceService via the HTTP protocol.
|
int |
getHttpEnabledStateValue()
If enabled, allows devices to use DeviceService via the HTTP protocol.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
Copyright © 2022 Google LLC. All rights reserved.