Uses of Class
com.google.cloud.iot.v1.HttpConfig
-
Packages that use HttpConfig Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of HttpConfig in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return HttpConfig Modifier and Type Method Description HttpConfig
HttpConfig.Builder. build()
HttpConfig
HttpConfig.Builder. buildPartial()
static HttpConfig
HttpConfig. getDefaultInstance()
HttpConfig
HttpConfig.Builder. getDefaultInstanceForType()
HttpConfig
HttpConfig. getDefaultInstanceForType()
HttpConfig
DeviceRegistry.Builder. getHttpConfig()
The DeviceService (HTTP) configuration for this device registry.HttpConfig
DeviceRegistry. getHttpConfig()
The DeviceService (HTTP) configuration for this device registry.HttpConfig
DeviceRegistryOrBuilder. getHttpConfig()
The DeviceService (HTTP) configuration for this device registry.static HttpConfig
HttpConfig. parseDelimitedFrom(InputStream input)
static HttpConfig
HttpConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConfig
HttpConfig. parseFrom(byte[] data)
static HttpConfig
HttpConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConfig
HttpConfig. parseFrom(com.google.protobuf.ByteString data)
static HttpConfig
HttpConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConfig
HttpConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static HttpConfig
HttpConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConfig
HttpConfig. parseFrom(InputStream input)
static HttpConfig
HttpConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConfig
HttpConfig. parseFrom(ByteBuffer data)
static HttpConfig
HttpConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type HttpConfig Modifier and Type Method Description com.google.protobuf.Parser<HttpConfig>
HttpConfig. getParserForType()
static com.google.protobuf.Parser<HttpConfig>
HttpConfig. parser()
Methods in com.google.cloud.iot.v1 with parameters of type HttpConfig Modifier and Type Method Description HttpConfig.Builder
HttpConfig.Builder. mergeFrom(HttpConfig other)
DeviceRegistry.Builder
DeviceRegistry.Builder. mergeHttpConfig(HttpConfig value)
The DeviceService (HTTP) configuration for this device registry.static HttpConfig.Builder
HttpConfig. newBuilder(HttpConfig prototype)
DeviceRegistry.Builder
DeviceRegistry.Builder. setHttpConfig(HttpConfig value)
The DeviceService (HTTP) configuration for this device registry.
-