Uses of Class
com.google.cloud.iot.v1.DeviceState
-
Packages that use DeviceState Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of DeviceState in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return DeviceState Modifier and Type Method Description DeviceStateDeviceState.Builder. build()DeviceStateDeviceState.Builder. buildPartial()static DeviceStateDeviceState. getDefaultInstance()DeviceStateDeviceState.Builder. getDefaultInstanceForType()DeviceStateDeviceState. getDefaultInstanceForType()DeviceStateListDeviceStatesResponse.Builder. getDeviceStates(int index)The last few device states.DeviceStateListDeviceStatesResponse. getDeviceStates(int index)The last few device states.DeviceStateListDeviceStatesResponseOrBuilder. getDeviceStates(int index)The last few device states.DeviceStateDevice.Builder. getState()[Output only] The state most recently received from the device.DeviceStateDevice. getState()[Output only] The state most recently received from the device.DeviceStateDeviceOrBuilder. getState()[Output only] The state most recently received from the device.static DeviceStateDeviceState. parseDelimitedFrom(InputStream input)static DeviceStateDeviceState. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceStateDeviceState. parseFrom(byte[] data)static DeviceStateDeviceState. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceStateDeviceState. parseFrom(com.google.protobuf.ByteString data)static DeviceStateDeviceState. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceStateDeviceState. parseFrom(com.google.protobuf.CodedInputStream input)static DeviceStateDeviceState. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceStateDeviceState. parseFrom(InputStream input)static DeviceStateDeviceState. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceStateDeviceState. parseFrom(ByteBuffer data)static DeviceStateDeviceState. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.iot.v1 that return types with arguments of type DeviceState Modifier and Type Method Description List<DeviceState>ListDeviceStatesResponse.Builder. getDeviceStatesList()The last few device states.List<DeviceState>ListDeviceStatesResponse. getDeviceStatesList()The last few device states.List<DeviceState>ListDeviceStatesResponseOrBuilder. getDeviceStatesList()The last few device states.com.google.protobuf.Parser<DeviceState>DeviceState. getParserForType()static com.google.protobuf.Parser<DeviceState>DeviceState. parser()Methods in com.google.cloud.iot.v1 with parameters of type DeviceState Modifier and Type Method Description ListDeviceStatesResponse.BuilderListDeviceStatesResponse.Builder. addDeviceStates(int index, DeviceState value)The last few device states.ListDeviceStatesResponse.BuilderListDeviceStatesResponse.Builder. addDeviceStates(DeviceState value)The last few device states.DeviceState.BuilderDeviceState.Builder. mergeFrom(DeviceState other)Device.BuilderDevice.Builder. mergeState(DeviceState value)[Output only] The state most recently received from the device.static DeviceState.BuilderDeviceState. newBuilder(DeviceState prototype)ListDeviceStatesResponse.BuilderListDeviceStatesResponse.Builder. setDeviceStates(int index, DeviceState value)The last few device states.Device.BuilderDevice.Builder. setState(DeviceState value)[Output only] The state most recently received from the device.Method parameters in com.google.cloud.iot.v1 with type arguments of type DeviceState Modifier and Type Method Description ListDeviceStatesResponse.BuilderListDeviceStatesResponse.Builder. addAllDeviceStates(Iterable<? extends DeviceState> values)The last few device states.
-