public final class ListDeviceConfigVersionsResponse extends GeneratedMessageV3 implements ListDeviceConfigVersionsResponseOrBuilder
Response for ListDeviceConfigVersions
.
Protobuf type google.cloud.iot.v1.ListDeviceConfigVersionsResponse
Static Fields
DEVICE_CONFIGS_FIELD_NUMBER
public static final int DEVICE_CONFIGS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListDeviceConfigVersionsResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListDeviceConfigVersionsResponse.Builder newBuilder()
Returns
newBuilder(ListDeviceConfigVersionsResponse prototype)
public static ListDeviceConfigVersionsResponse.Builder newBuilder(ListDeviceConfigVersionsResponse prototype)
Parameter
Returns
public static ListDeviceConfigVersionsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListDeviceConfigVersionsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListDeviceConfigVersionsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListDeviceConfigVersionsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListDeviceConfigVersionsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListDeviceConfigVersionsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListDeviceConfigVersionsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListDeviceConfigVersionsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListDeviceConfigVersionsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListDeviceConfigVersionsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListDeviceConfigVersionsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListDeviceConfigVersionsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListDeviceConfigVersionsResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListDeviceConfigVersionsResponse getDefaultInstanceForType()
Returns
getDeviceConfigs(int index)
public DeviceConfig getDeviceConfigs(int index)
The device configuration for the last few versions. Versions are listed
in decreasing order, starting from the most recent one.
repeated .google.cloud.iot.v1.DeviceConfig device_configs = 1;
Parameter
Returns
getDeviceConfigsCount()
public int getDeviceConfigsCount()
The device configuration for the last few versions. Versions are listed
in decreasing order, starting from the most recent one.
repeated .google.cloud.iot.v1.DeviceConfig device_configs = 1;
Returns
getDeviceConfigsList()
public List<DeviceConfig> getDeviceConfigsList()
The device configuration for the last few versions. Versions are listed
in decreasing order, starting from the most recent one.
repeated .google.cloud.iot.v1.DeviceConfig device_configs = 1;
Returns
getDeviceConfigsOrBuilder(int index)
public DeviceConfigOrBuilder getDeviceConfigsOrBuilder(int index)
The device configuration for the last few versions. Versions are listed
in decreasing order, starting from the most recent one.
repeated .google.cloud.iot.v1.DeviceConfig device_configs = 1;
Parameter
Returns
getDeviceConfigsOrBuilderList()
public List<? extends DeviceConfigOrBuilder> getDeviceConfigsOrBuilderList()
The device configuration for the last few versions. Versions are listed
in decreasing order, starting from the most recent one.
repeated .google.cloud.iot.v1.DeviceConfig device_configs = 1;
Returns
Type | Description |
List<? extends com.google.cloud.iot.v1.DeviceConfigOrBuilder> | |
getParserForType()
public Parser<ListDeviceConfigVersionsResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListDeviceConfigVersionsResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListDeviceConfigVersionsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListDeviceConfigVersionsResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions