Device.Builder |
Device.Builder.addAllCredentials(Iterable<? extends DeviceCredential> values) |
The credentials used to authenticate this device.
|
Device.Builder |
Device.Builder.addCredentials(int index,
DeviceCredential value) |
The credentials used to authenticate this device.
|
Device.Builder |
Device.Builder.addCredentials(int index,
DeviceCredential.Builder builderForValue) |
The credentials used to authenticate this device.
|
Device.Builder |
Device.Builder.addCredentials(DeviceCredential value) |
The credentials used to authenticate this device.
|
Device.Builder |
Device.Builder.addCredentials(DeviceCredential.Builder builderForValue) |
The credentials used to authenticate this device.
|
Device.Builder |
ListDevicesResponse.Builder.addDevicesBuilder() |
The devices that match the request.
|
Device.Builder |
ListDevicesResponse.Builder.addDevicesBuilder(int index) |
The devices that match the request.
|
Device.Builder |
Device.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Device.Builder |
Device.Builder.clear() |
|
Device.Builder |
Device.Builder.clearBlocked() |
If a device is blocked, connections or requests from this device will fail.
|
Device.Builder |
Device.Builder.clearConfig() |
The most recent device configuration, which is eventually sent from
Cloud IoT Core to the device.
|
Device.Builder |
Device.Builder.clearCredentials() |
The credentials used to authenticate this device.
|
Device.Builder |
Device.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Device.Builder |
Device.Builder.clearGatewayConfig() |
Gateway-related configuration and state.
|
Device.Builder |
Device.Builder.clearId() |
The user-defined device identifier.
|
Device.Builder |
Device.Builder.clearLastConfigAckTime() |
[Output only] The last time a cloud-to-device config version acknowledgment
was received from the device.
|
Device.Builder |
Device.Builder.clearLastConfigSendTime() |
[Output only] The last time a cloud-to-device config version was sent to
the device.
|
Device.Builder |
Device.Builder.clearLastErrorStatus() |
[Output only] The error message of the most recent error, such as a failure
to publish to Cloud Pub/Sub.
|
Device.Builder |
Device.Builder.clearLastErrorTime() |
[Output only] The time the most recent error occurred, such as a failure to
publish to Cloud Pub/Sub.
|
Device.Builder |
Device.Builder.clearLastEventTime() |
[Output only] The last time a telemetry event was received.
|
Device.Builder |
Device.Builder.clearLastHeartbeatTime() |
[Output only] The last time an MQTT `PINGREQ` was received.
|
Device.Builder |
Device.Builder.clearLastStateTime() |
[Output only] The last time a state event was received.
|
Device.Builder |
Device.Builder.clearLogLevel() |
**Beta Feature**
The logging verbosity for device activity.
|
Device.Builder |
Device.Builder.clearMetadata() |
|
Device.Builder |
Device.Builder.clearName() |
The resource path name.
|
Device.Builder |
Device.Builder.clearNumId() |
[Output only] A server-defined unique numeric ID for the device.
|
Device.Builder |
Device.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Device.Builder |
Device.Builder.clearState() |
[Output only] The state most recently received from the device.
|
Device.Builder |
Device.Builder.clone() |
|
Device.Builder |
CreateDeviceRequest.Builder.getDeviceBuilder() |
Required.
|
Device.Builder |
UpdateDeviceRequest.Builder.getDeviceBuilder() |
Required.
|
Device.Builder |
ListDevicesResponse.Builder.getDevicesBuilder(int index) |
The devices that match the request.
|
Device.Builder |
Device.Builder.mergeConfig(DeviceConfig value) |
The most recent device configuration, which is eventually sent from
Cloud IoT Core to the device.
|
Device.Builder |
Device.Builder.mergeFrom(Device other) |
|
Device.Builder |
Device.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Device.Builder |
Device.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Device.Builder |
Device.Builder.mergeGatewayConfig(GatewayConfig value) |
Gateway-related configuration and state.
|
Device.Builder |
Device.Builder.mergeLastConfigAckTime(com.google.protobuf.Timestamp value) |
[Output only] The last time a cloud-to-device config version acknowledgment
was received from the device.
|
Device.Builder |
Device.Builder.mergeLastConfigSendTime(com.google.protobuf.Timestamp value) |
[Output only] The last time a cloud-to-device config version was sent to
the device.
|
Device.Builder |
Device.Builder.mergeLastErrorStatus(com.google.rpc.Status value) |
[Output only] The error message of the most recent error, such as a failure
to publish to Cloud Pub/Sub.
|
Device.Builder |
Device.Builder.mergeLastErrorTime(com.google.protobuf.Timestamp value) |
[Output only] The time the most recent error occurred, such as a failure to
publish to Cloud Pub/Sub.
|
Device.Builder |
Device.Builder.mergeLastEventTime(com.google.protobuf.Timestamp value) |
[Output only] The last time a telemetry event was received.
|
Device.Builder |
Device.Builder.mergeLastHeartbeatTime(com.google.protobuf.Timestamp value) |
[Output only] The last time an MQTT `PINGREQ` was received.
|
Device.Builder |
Device.Builder.mergeLastStateTime(com.google.protobuf.Timestamp value) |
[Output only] The last time a state event was received.
|
Device.Builder |
Device.Builder.mergeState(DeviceState value) |
[Output only] The state most recently received from the device.
|
Device.Builder |
Device.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Device.Builder |
Device.newBuilder() |
|
static Device.Builder |
Device.newBuilder(Device prototype) |
|
Device.Builder |
Device.newBuilderForType() |
|
protected Device.Builder |
Device.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Device.Builder |
Device.Builder.putAllMetadata(Map<String,String> values) |
The metadata key-value pairs assigned to the device.
|
Device.Builder |
Device.Builder.putMetadata(String key,
String value) |
The metadata key-value pairs assigned to the device.
|
Device.Builder |
Device.Builder.removeCredentials(int index) |
The credentials used to authenticate this device.
|
Device.Builder |
Device.Builder.removeMetadata(String key) |
The metadata key-value pairs assigned to the device.
|
Device.Builder |
Device.Builder.setBlocked(boolean value) |
If a device is blocked, connections or requests from this device will fail.
|
Device.Builder |
Device.Builder.setConfig(DeviceConfig value) |
The most recent device configuration, which is eventually sent from
Cloud IoT Core to the device.
|
Device.Builder |
Device.Builder.setConfig(DeviceConfig.Builder builderForValue) |
The most recent device configuration, which is eventually sent from
Cloud IoT Core to the device.
|
Device.Builder |
Device.Builder.setCredentials(int index,
DeviceCredential value) |
The credentials used to authenticate this device.
|
Device.Builder |
Device.Builder.setCredentials(int index,
DeviceCredential.Builder builderForValue) |
The credentials used to authenticate this device.
|
Device.Builder |
Device.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Device.Builder |
Device.Builder.setGatewayConfig(GatewayConfig value) |
Gateway-related configuration and state.
|
Device.Builder |
Device.Builder.setGatewayConfig(GatewayConfig.Builder builderForValue) |
Gateway-related configuration and state.
|
Device.Builder |
Device.Builder.setId(String value) |
The user-defined device identifier.
|
Device.Builder |
Device.Builder.setIdBytes(com.google.protobuf.ByteString value) |
The user-defined device identifier.
|
Device.Builder |
Device.Builder.setLastConfigAckTime(com.google.protobuf.Timestamp value) |
[Output only] The last time a cloud-to-device config version acknowledgment
was received from the device.
|
Device.Builder |
Device.Builder.setLastConfigAckTime(com.google.protobuf.Timestamp.Builder builderForValue) |
[Output only] The last time a cloud-to-device config version acknowledgment
was received from the device.
|
Device.Builder |
Device.Builder.setLastConfigSendTime(com.google.protobuf.Timestamp value) |
[Output only] The last time a cloud-to-device config version was sent to
the device.
|
Device.Builder |
Device.Builder.setLastConfigSendTime(com.google.protobuf.Timestamp.Builder builderForValue) |
[Output only] The last time a cloud-to-device config version was sent to
the device.
|
Device.Builder |
Device.Builder.setLastErrorStatus(com.google.rpc.Status value) |
[Output only] The error message of the most recent error, such as a failure
to publish to Cloud Pub/Sub.
|
Device.Builder |
Device.Builder.setLastErrorStatus(com.google.rpc.Status.Builder builderForValue) |
[Output only] The error message of the most recent error, such as a failure
to publish to Cloud Pub/Sub.
|
Device.Builder |
Device.Builder.setLastErrorTime(com.google.protobuf.Timestamp value) |
[Output only] The time the most recent error occurred, such as a failure to
publish to Cloud Pub/Sub.
|
Device.Builder |
Device.Builder.setLastErrorTime(com.google.protobuf.Timestamp.Builder builderForValue) |
[Output only] The time the most recent error occurred, such as a failure to
publish to Cloud Pub/Sub.
|
Device.Builder |
Device.Builder.setLastEventTime(com.google.protobuf.Timestamp value) |
[Output only] The last time a telemetry event was received.
|
Device.Builder |
Device.Builder.setLastEventTime(com.google.protobuf.Timestamp.Builder builderForValue) |
[Output only] The last time a telemetry event was received.
|
Device.Builder |
Device.Builder.setLastHeartbeatTime(com.google.protobuf.Timestamp value) |
[Output only] The last time an MQTT `PINGREQ` was received.
|
Device.Builder |
Device.Builder.setLastHeartbeatTime(com.google.protobuf.Timestamp.Builder builderForValue) |
[Output only] The last time an MQTT `PINGREQ` was received.
|
Device.Builder |
Device.Builder.setLastStateTime(com.google.protobuf.Timestamp value) |
[Output only] The last time a state event was received.
|
Device.Builder |
Device.Builder.setLastStateTime(com.google.protobuf.Timestamp.Builder builderForValue) |
[Output only] The last time a state event was received.
|
Device.Builder |
Device.Builder.setLogLevel(LogLevel value) |
**Beta Feature**
The logging verbosity for device activity.
|
Device.Builder |
Device.Builder.setLogLevelValue(int value) |
**Beta Feature**
The logging verbosity for device activity.
|
Device.Builder |
Device.Builder.setName(String value) |
The resource path name.
|
Device.Builder |
Device.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The resource path name.
|
Device.Builder |
Device.Builder.setNumId(long value) |
[Output only] A server-defined unique numeric ID for the device.
|
Device.Builder |
Device.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Device.Builder |
Device.Builder.setState(DeviceState value) |
[Output only] The state most recently received from the device.
|
Device.Builder |
Device.Builder.setState(DeviceState.Builder builderForValue) |
[Output only] The state most recently received from the device.
|
Device.Builder |
Device.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Device.Builder |
Device.toBuilder() |
|