Class SendCommandToDeviceResponse (2.11.0)

public final class SendCommandToDeviceResponse extends GeneratedMessageV3 implements SendCommandToDeviceResponseOrBuilder

Response for SendCommandToDevice.

Protobuf type google.cloud.iot.v1.SendCommandToDeviceResponse

Static Methods

getDefaultInstance()

public static SendCommandToDeviceResponse getDefaultInstance()
Returns
TypeDescription
SendCommandToDeviceResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SendCommandToDeviceResponse.Builder newBuilder()
Returns
TypeDescription
SendCommandToDeviceResponse.Builder

newBuilder(SendCommandToDeviceResponse prototype)

public static SendCommandToDeviceResponse.Builder newBuilder(SendCommandToDeviceResponse prototype)
Parameter
NameDescription
prototypeSendCommandToDeviceResponse
Returns
TypeDescription
SendCommandToDeviceResponse.Builder

parseDelimitedFrom(InputStream input)

public static SendCommandToDeviceResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SendCommandToDeviceResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SendCommandToDeviceResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SendCommandToDeviceResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SendCommandToDeviceResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SendCommandToDeviceResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SendCommandToDeviceResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SendCommandToDeviceResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SendCommandToDeviceResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SendCommandToDeviceResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SendCommandToDeviceResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SendCommandToDeviceResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SendCommandToDeviceResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SendCommandToDeviceResponse> parser()
Returns
TypeDescription
Parser<SendCommandToDeviceResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SendCommandToDeviceResponse getDefaultInstanceForType()
Returns
TypeDescription
SendCommandToDeviceResponse

getParserForType()

public Parser<SendCommandToDeviceResponse> getParserForType()
Returns
TypeDescription
Parser<SendCommandToDeviceResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SendCommandToDeviceResponse.Builder newBuilderForType()
Returns
TypeDescription
SendCommandToDeviceResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SendCommandToDeviceResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SendCommandToDeviceResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SendCommandToDeviceResponse.Builder toBuilder()
Returns
TypeDescription
SendCommandToDeviceResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException