public interface GatewayConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGatewayAuthMethod()
public abstract GatewayAuthMethod getGatewayAuthMethod()Indicates how to authorize and/or authenticate devices to access the gateway.
.google.cloud.iot.v1.GatewayAuthMethod gateway_auth_method = 2;
| Type | Description |
| GatewayAuthMethod | The gatewayAuthMethod. |
getGatewayAuthMethodValue()
public abstract int getGatewayAuthMethodValue()Indicates how to authorize and/or authenticate devices to access the gateway.
.google.cloud.iot.v1.GatewayAuthMethod gateway_auth_method = 2;
| Type | Description |
| int | The enum numeric value on the wire for gatewayAuthMethod. |
getGatewayType()
public abstract GatewayType getGatewayType()Indicates whether the device is a gateway.
.google.cloud.iot.v1.GatewayType gateway_type = 1;
| Type | Description |
| GatewayType | The gatewayType. |
getGatewayTypeValue()
public abstract int getGatewayTypeValue()Indicates whether the device is a gateway.
.google.cloud.iot.v1.GatewayType gateway_type = 1;
| Type | Description |
| int | The enum numeric value on the wire for gatewayType. |
getLastAccessedGatewayId()
public abstract String getLastAccessedGatewayId()[Output only] The ID of the gateway the device accessed most recently.
string last_accessed_gateway_id = 3;
| Type | Description |
| String | The lastAccessedGatewayId. |
getLastAccessedGatewayIdBytes()
public abstract ByteString getLastAccessedGatewayIdBytes()[Output only] The ID of the gateway the device accessed most recently.
string last_accessed_gateway_id = 3;
| Type | Description |
| ByteString | The bytes for lastAccessedGatewayId. |
getLastAccessedGatewayTime()
public abstract 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;
| Type | Description |
| Timestamp | The lastAccessedGatewayTime. |
getLastAccessedGatewayTimeOrBuilder()
public abstract 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;
| Type | Description |
| TimestampOrBuilder |
hasLastAccessedGatewayTime()
public abstract 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;
| Type | Description |
| boolean | Whether the lastAccessedGatewayTime field is set. |