Package com.google.cloud.iot.v1
Interface HttpConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HttpConfig
,HttpConfig.Builder
public interface HttpConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHttpEnabledStateValue
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:
- The enum numeric value on the wire for httpEnabledState.
-
getHttpEnabledState
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:
- The httpEnabledState.
-
-