GatewayConfig.Builder |
GatewayConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
GatewayConfig.Builder |
GatewayConfig.Builder.clear() |
|
GatewayConfig.Builder |
GatewayConfig.Builder.clearField(com.google.protobuf.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(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
GatewayConfig.Builder |
GatewayConfig.Builder.clone() |
|
GatewayConfig.Builder |
Device.Builder.getGatewayConfigBuilder() |
Gateway-related configuration and state.
|
GatewayConfig.Builder |
GatewayConfig.Builder.mergeFrom(GatewayConfig other) |
|
GatewayConfig.Builder |
GatewayConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GatewayConfig.Builder |
GatewayConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GatewayConfig.Builder |
GatewayConfig.Builder.mergeLastAccessedGatewayTime(com.google.protobuf.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(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GatewayConfig.Builder |
GatewayConfig.newBuilder() |
|
static GatewayConfig.Builder |
GatewayConfig.newBuilder(GatewayConfig prototype) |
|
GatewayConfig.Builder |
GatewayConfig.newBuilderForType() |
|
protected GatewayConfig.Builder |
GatewayConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GatewayConfig.Builder |
GatewayConfig.Builder.setField(com.google.protobuf.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(com.google.protobuf.ByteString value) |
[Output only] The ID of the gateway the device accessed most recently.
|
GatewayConfig.Builder |
GatewayConfig.Builder.setLastAccessedGatewayTime(com.google.protobuf.Timestamp value) |
[Output only] The most recent time at which the device accessed the gateway
specified in `last_accessed_gateway`.
|
GatewayConfig.Builder |
GatewayConfig.Builder.setLastAccessedGatewayTime(com.google.protobuf.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
GatewayConfig.Builder |
GatewayConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GatewayConfig.Builder |
GatewayConfig.toBuilder() |
|