- 2.83.0 (latest)
- 2.82.0
- 2.81.0
- 2.80.0
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.6
- 2.2.1
- 2.1.7
public static final class DeviceConfig.Builder extends GeneratedMessage.Builder<DeviceConfig.Builder> implements DeviceConfigOrBuilderThe device configuration. Eventually delivered to devices.
Protobuf type google.cloud.iot.v1.DeviceConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeviceConfig.BuilderImplements
DeviceConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeviceConfig build()| Returns | |
|---|---|
| Type | Description |
DeviceConfig |
|
buildPartial()
public DeviceConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
DeviceConfig |
|
clear()
public DeviceConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
clearBinaryData()
public DeviceConfig.Builder clearBinaryData()The device configuration data.
bytes binary_data = 4;
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
This builder for chaining. |
clearCloudUpdateTime()
public DeviceConfig.Builder clearCloudUpdateTime()[Output only] The time at which this configuration version was updated in Cloud IoT Core. This timestamp is set by the server.
.google.protobuf.Timestamp cloud_update_time = 2;
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
clearDeviceAckTime()
public DeviceConfig.Builder clearDeviceAckTime()[Output only] The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version. If this field is not present, the device has not yet acknowledged that it received this version. Note that when the config was sent to the device, many config versions may have been available in Cloud IoT Core while the device was disconnected, and on connection, only the latest version is sent to the device. Some versions may never be sent to the device, and therefore are never acknowledged. This timestamp is set by Cloud IoT Core.
.google.protobuf.Timestamp device_ack_time = 3;
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
clearVersion()
public DeviceConfig.Builder clearVersion() [Output only] The version of this update. The version number is assigned by
the server, and is always greater than 0 after device creation. The
version must be 0 on the CreateDevice request if a config is
specified; the response of CreateDevice will always have a value of 1.
int64 version = 1;
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
This builder for chaining. |
getBinaryData()
public ByteString getBinaryData()The device configuration data.
bytes binary_data = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The binaryData. |
getCloudUpdateTime()
public Timestamp getCloudUpdateTime()[Output only] The time at which this configuration version was updated in Cloud IoT Core. This timestamp is set by the server.
.google.protobuf.Timestamp cloud_update_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The cloudUpdateTime. |
getCloudUpdateTimeBuilder()
public Timestamp.Builder getCloudUpdateTimeBuilder()[Output only] The time at which this configuration version was updated in Cloud IoT Core. This timestamp is set by the server.
.google.protobuf.Timestamp cloud_update_time = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCloudUpdateTimeOrBuilder()
public TimestampOrBuilder getCloudUpdateTimeOrBuilder()[Output only] The time at which this configuration version was updated in Cloud IoT Core. This timestamp is set by the server.
.google.protobuf.Timestamp cloud_update_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public DeviceConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeviceConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDeviceAckTime()
public Timestamp getDeviceAckTime()[Output only] The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version. If this field is not present, the device has not yet acknowledged that it received this version. Note that when the config was sent to the device, many config versions may have been available in Cloud IoT Core while the device was disconnected, and on connection, only the latest version is sent to the device. Some versions may never be sent to the device, and therefore are never acknowledged. This timestamp is set by Cloud IoT Core.
.google.protobuf.Timestamp device_ack_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The deviceAckTime. |
getDeviceAckTimeBuilder()
public Timestamp.Builder getDeviceAckTimeBuilder()[Output only] The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version. If this field is not present, the device has not yet acknowledged that it received this version. Note that when the config was sent to the device, many config versions may have been available in Cloud IoT Core while the device was disconnected, and on connection, only the latest version is sent to the device. Some versions may never be sent to the device, and therefore are never acknowledged. This timestamp is set by Cloud IoT Core.
.google.protobuf.Timestamp device_ack_time = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getDeviceAckTimeOrBuilder()
public TimestampOrBuilder getDeviceAckTimeOrBuilder()[Output only] The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version. If this field is not present, the device has not yet acknowledged that it received this version. Note that when the config was sent to the device, many config versions may have been available in Cloud IoT Core while the device was disconnected, and on connection, only the latest version is sent to the device. Some versions may never be sent to the device, and therefore are never acknowledged. This timestamp is set by Cloud IoT Core.
.google.protobuf.Timestamp device_ack_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getVersion()
public long getVersion() [Output only] The version of this update. The version number is assigned by
the server, and is always greater than 0 after device creation. The
version must be 0 on the CreateDevice request if a config is
specified; the response of CreateDevice will always have a value of 1.
int64 version = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The version. |
hasCloudUpdateTime()
public boolean hasCloudUpdateTime()[Output only] The time at which this configuration version was updated in Cloud IoT Core. This timestamp is set by the server.
.google.protobuf.Timestamp cloud_update_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cloudUpdateTime field is set. |
hasDeviceAckTime()
public boolean hasDeviceAckTime()[Output only] The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version. If this field is not present, the device has not yet acknowledged that it received this version. Note that when the config was sent to the device, many config versions may have been available in Cloud IoT Core while the device was disconnected, and on connection, only the latest version is sent to the device. Some versions may never be sent to the device, and therefore are never acknowledged. This timestamp is set by Cloud IoT Core.
.google.protobuf.Timestamp device_ack_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deviceAckTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCloudUpdateTime(Timestamp value)
public DeviceConfig.Builder mergeCloudUpdateTime(Timestamp value)[Output only] The time at which this configuration version was updated in Cloud IoT Core. This timestamp is set by the server.
.google.protobuf.Timestamp cloud_update_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
mergeDeviceAckTime(Timestamp value)
public DeviceConfig.Builder mergeDeviceAckTime(Timestamp value)[Output only] The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version. If this field is not present, the device has not yet acknowledged that it received this version. Note that when the config was sent to the device, many config versions may have been available in Cloud IoT Core while the device was disconnected, and on connection, only the latest version is sent to the device. Some versions may never be sent to the device, and therefore are never acknowledged. This timestamp is set by Cloud IoT Core.
.google.protobuf.Timestamp device_ack_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
mergeFrom(DeviceConfig other)
public DeviceConfig.Builder mergeFrom(DeviceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DeviceConfig |
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeviceConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeviceConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
setBinaryData(ByteString value)
public DeviceConfig.Builder setBinaryData(ByteString value)The device configuration data.
bytes binary_data = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe binaryData to set. |
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
This builder for chaining. |
setCloudUpdateTime(Timestamp value)
public DeviceConfig.Builder setCloudUpdateTime(Timestamp value)[Output only] The time at which this configuration version was updated in Cloud IoT Core. This timestamp is set by the server.
.google.protobuf.Timestamp cloud_update_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
setCloudUpdateTime(Timestamp.Builder builderForValue)
public DeviceConfig.Builder setCloudUpdateTime(Timestamp.Builder builderForValue)[Output only] The time at which this configuration version was updated in Cloud IoT Core. This timestamp is set by the server.
.google.protobuf.Timestamp cloud_update_time = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
setDeviceAckTime(Timestamp value)
public DeviceConfig.Builder setDeviceAckTime(Timestamp value)[Output only] The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version. If this field is not present, the device has not yet acknowledged that it received this version. Note that when the config was sent to the device, many config versions may have been available in Cloud IoT Core while the device was disconnected, and on connection, only the latest version is sent to the device. Some versions may never be sent to the device, and therefore are never acknowledged. This timestamp is set by Cloud IoT Core.
.google.protobuf.Timestamp device_ack_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
setDeviceAckTime(Timestamp.Builder builderForValue)
public DeviceConfig.Builder setDeviceAckTime(Timestamp.Builder builderForValue)[Output only] The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version. If this field is not present, the device has not yet acknowledged that it received this version. Note that when the config was sent to the device, many config versions may have been available in Cloud IoT Core while the device was disconnected, and on connection, only the latest version is sent to the device. Some versions may never be sent to the device, and therefore are never acknowledged. This timestamp is set by Cloud IoT Core.
.google.protobuf.Timestamp device_ack_time = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
|
setVersion(long value)
public DeviceConfig.Builder setVersion(long value) [Output only] The version of this update. The version number is assigned by
the server, and is always greater than 0 after device creation. The
version must be 0 on the CreateDevice request if a config is
specified; the response of CreateDevice will always have a value of 1.
int64 version = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe version to set. |
| Returns | |
|---|---|
| Type | Description |
DeviceConfig.Builder |
This builder for chaining. |