public interface GatewayConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GatewayAuthMethod |
getGatewayAuthMethod()
Indicates how to authorize and/or authenticate devices to access the
gateway.
|
int |
getGatewayAuthMethodValue()
Indicates how to authorize and/or authenticate devices to access the
gateway.
|
GatewayType |
getGatewayType()
Indicates whether the device is a gateway.
|
int |
getGatewayTypeValue()
Indicates whether the device is a gateway.
|
String |
getLastAccessedGatewayId()
[Output only] The ID of the gateway the device accessed most recently.
|
ByteString |
getLastAccessedGatewayIdBytes()
[Output only] The ID of the gateway the device accessed most recently.
|
Timestamp |
getLastAccessedGatewayTime()
[Output only] The most recent time at which the device accessed the gateway
specified in `last_accessed_gateway`.
|
TimestampOrBuilder |
getLastAccessedGatewayTimeOrBuilder()
[Output only] The most recent time at which the device accessed the gateway
specified in `last_accessed_gateway`.
|
boolean |
hasLastAccessedGatewayTime()
[Output only] The most recent time at which the device accessed the gateway
specified in `last_accessed_gateway`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getGatewayTypeValue()
Indicates whether the device is a gateway.
.google.cloud.iot.v1.GatewayType gateway_type = 1;
GatewayType getGatewayType()
Indicates whether the device is a gateway.
.google.cloud.iot.v1.GatewayType gateway_type = 1;
int getGatewayAuthMethodValue()
Indicates how to authorize and/or authenticate devices to access the gateway.
.google.cloud.iot.v1.GatewayAuthMethod gateway_auth_method = 2;
GatewayAuthMethod getGatewayAuthMethod()
Indicates how to authorize and/or authenticate devices to access the gateway.
.google.cloud.iot.v1.GatewayAuthMethod gateway_auth_method = 2;
String getLastAccessedGatewayId()
[Output only] The ID of the gateway the device accessed most recently.
string last_accessed_gateway_id = 3;
ByteString getLastAccessedGatewayIdBytes()
[Output only] The ID of the gateway the device accessed most recently.
string last_accessed_gateway_id = 3;
boolean hasLastAccessedGatewayTime()
[Output only] The most recent time at which the device accessed the gateway specified in `last_accessed_gateway`.
.google.protobuf.Timestamp last_accessed_gateway_time = 4;
Timestamp getLastAccessedGatewayTime()
[Output only] The most recent time at which the device accessed the gateway specified in `last_accessed_gateway`.
.google.protobuf.Timestamp last_accessed_gateway_time = 4;
TimestampOrBuilder getLastAccessedGatewayTimeOrBuilder()
[Output only] The most recent time at which the device accessed the gateway specified in `last_accessed_gateway`.
.google.protobuf.Timestamp last_accessed_gateway_time = 4;
Copyright © 2022 Google LLC. All rights reserved.