Uses of Class
com.google.cloud.iot.v1.GatewayConfig
-
Packages that use GatewayConfig Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of GatewayConfig in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return GatewayConfig Modifier and Type Method Description GatewayConfig
GatewayConfig.Builder. build()
GatewayConfig
GatewayConfig.Builder. buildPartial()
static GatewayConfig
GatewayConfig. getDefaultInstance()
GatewayConfig
GatewayConfig.Builder. getDefaultInstanceForType()
GatewayConfig
GatewayConfig. getDefaultInstanceForType()
GatewayConfig
Device.Builder. getGatewayConfig()
Gateway-related configuration and state.GatewayConfig
Device. getGatewayConfig()
Gateway-related configuration and state.GatewayConfig
DeviceOrBuilder. getGatewayConfig()
Gateway-related configuration and state.static GatewayConfig
GatewayConfig. parseDelimitedFrom(InputStream input)
static GatewayConfig
GatewayConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GatewayConfig
GatewayConfig. parseFrom(byte[] data)
static GatewayConfig
GatewayConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GatewayConfig
GatewayConfig. parseFrom(com.google.protobuf.ByteString data)
static GatewayConfig
GatewayConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GatewayConfig
GatewayConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static GatewayConfig
GatewayConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GatewayConfig
GatewayConfig. parseFrom(InputStream input)
static GatewayConfig
GatewayConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GatewayConfig
GatewayConfig. parseFrom(ByteBuffer data)
static GatewayConfig
GatewayConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type GatewayConfig Modifier and Type Method Description com.google.protobuf.Parser<GatewayConfig>
GatewayConfig. getParserForType()
static com.google.protobuf.Parser<GatewayConfig>
GatewayConfig. parser()
Methods in com.google.cloud.iot.v1 with parameters of type GatewayConfig Modifier and Type Method Description GatewayConfig.Builder
GatewayConfig.Builder. mergeFrom(GatewayConfig other)
Device.Builder
Device.Builder. mergeGatewayConfig(GatewayConfig value)
Gateway-related configuration and state.static GatewayConfig.Builder
GatewayConfig. newBuilder(GatewayConfig prototype)
Device.Builder
Device.Builder. setGatewayConfig(GatewayConfig value)
Gateway-related configuration and state.
-