Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
GatewayConfig.Builder |
GatewayConfig.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
GatewayConfig.Builder |
GatewayConfig.Builder.clear() |
GatewayConfig.Builder |
GatewayConfig.Builder.clearField(Descriptors.FieldDescriptor field) |
GatewayConfig.Builder |
GatewayConfig.Builder.clearGatewayAuthMethod()
Indicates how to authorize and/or authenticate devices to access the
gateway.
|
GatewayConfig.Builder |
GatewayConfig.Builder.clearGatewayType()
Indicates whether the device is a gateway.
|
GatewayConfig.Builder |
GatewayConfig.Builder.clearLastAccessedGatewayId()
[Output only] The ID of the gateway the device accessed most recently.
|
GatewayConfig.Builder |
GatewayConfig.Builder.clearLastAccessedGatewayTime()
[Output only] The most recent time at which the device accessed the gateway
specified in `last_accessed_gateway`.
|
GatewayConfig.Builder |
GatewayConfig.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
GatewayConfig.Builder |
GatewayConfig.Builder.clone() |
GatewayConfig.Builder |
Device.Builder.getGatewayConfigBuilder()
Gateway-related configuration and state.
|
GatewayConfig.Builder |
GatewayConfig.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
GatewayConfig.Builder |
GatewayConfig.Builder.mergeFrom(GatewayConfig other) |
GatewayConfig.Builder |
GatewayConfig.Builder.mergeFrom(Message other) |
GatewayConfig.Builder |
GatewayConfig.Builder.mergeLastAccessedGatewayTime(Timestamp value)
[Output only] The most recent time at which the device accessed the gateway
specified in `last_accessed_gateway`.
|
GatewayConfig.Builder |
GatewayConfig.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static GatewayConfig.Builder |
GatewayConfig.newBuilder() |
static GatewayConfig.Builder |
GatewayConfig.newBuilder(GatewayConfig prototype) |
GatewayConfig.Builder |
GatewayConfig.newBuilderForType() |
protected GatewayConfig.Builder |
GatewayConfig.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
GatewayConfig.Builder |
GatewayConfig.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
GatewayConfig.Builder |
GatewayConfig.Builder.setGatewayAuthMethod(GatewayAuthMethod value)
Indicates how to authorize and/or authenticate devices to access the
gateway.
|
GatewayConfig.Builder |
GatewayConfig.Builder.setGatewayAuthMethodValue(int value)
Indicates how to authorize and/or authenticate devices to access the
gateway.
|
GatewayConfig.Builder |
GatewayConfig.Builder.setGatewayType(GatewayType value)
Indicates whether the device is a gateway.
|
GatewayConfig.Builder |
GatewayConfig.Builder.setGatewayTypeValue(int value)
Indicates whether the device is a gateway.
|
GatewayConfig.Builder |
GatewayConfig.Builder.setLastAccessedGatewayId(String value)
[Output only] The ID of the gateway the device accessed most recently.
|
GatewayConfig.Builder |
GatewayConfig.Builder.setLastAccessedGatewayIdBytes(ByteString value)
[Output only] The ID of the gateway the device accessed most recently.
|
GatewayConfig.Builder |
GatewayConfig.Builder.setLastAccessedGatewayTime(Timestamp.Builder builderForValue)
[Output only] The most recent time at which the device accessed the gateway
specified in `last_accessed_gateway`.
|
GatewayConfig.Builder |
GatewayConfig.Builder.setLastAccessedGatewayTime(Timestamp value)
[Output only] The most recent time at which the device accessed the gateway
specified in `last_accessed_gateway`.
|
GatewayConfig.Builder |
GatewayConfig.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
GatewayConfig.Builder |
GatewayConfig.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
GatewayConfig.Builder |
GatewayConfig.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Device.Builder |
Device.Builder.setGatewayConfig(GatewayConfig.Builder builderForValue)
Gateway-related configuration and state.
|
Copyright © 2022 Google LLC. All rights reserved.