public static final class AttachedPeripheralsList.Data.Peripheral extends com.google.protobuf.GeneratedMessage implements AttachedPeripheralsList.Data.PeripheralOrBuilder
AttachedPeripheralsList.Data.Peripheral| Modifier and Type | Class and Description |
|---|---|
static class |
AttachedPeripheralsList.Data.Peripheral.Builder
Protobuf type
AttachedPeripheralsList.Data.Peripheral |
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_FIELD_NUMBER |
static <any> |
PARSER |
static int |
PERIPHERAL_NAME_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static AttachedPeripheralsList.Data.Peripheral |
getDefaultInstance() |
AttachedPeripheralsList.Data.Peripheral |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getId()
required string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
required string id = 1; |
<any> |
getParserForType() |
java.lang.String |
getPeripheralName()
optional string peripheral_name = 2; |
com.google.protobuf.ByteString |
getPeripheralNameBytes()
optional string peripheral_name = 2; |
int |
getSerializedSize() |
AttachedPeripheralsList.Data.Status |
getStatus()
required .AttachedPeripheralsList.Data.Status status = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasId()
required string id = 1; |
boolean |
hasPeripheralName()
optional string peripheral_name = 2; |
boolean |
hasStatus()
required .AttachedPeripheralsList.Data.Status status = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AttachedPeripheralsList.Data.Peripheral.Builder |
newBuilder() |
static AttachedPeripheralsList.Data.Peripheral.Builder |
newBuilder(AttachedPeripheralsList.Data.Peripheral prototype) |
AttachedPeripheralsList.Data.Peripheral.Builder |
newBuilderForType() |
protected AttachedPeripheralsList.Data.Peripheral.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static AttachedPeripheralsList.Data.Peripheral |
parseDelimitedFrom(java.io.InputStream input) |
static AttachedPeripheralsList.Data.Peripheral |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachedPeripheralsList.Data.Peripheral |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachedPeripheralsList.Data.Peripheral |
parseFrom(com.google.protobuf.ByteString data) |
static AttachedPeripheralsList.Data.Peripheral |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachedPeripheralsList.Data.Peripheral |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AttachedPeripheralsList.Data.Peripheral |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachedPeripheralsList.Data.Peripheral |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttachedPeripheralsList.Data.Peripheral.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int ID_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int PERIPHERAL_NAME_FIELD_NUMBER
public static AttachedPeripheralsList.Data.Peripheral getDefaultInstance()
public AttachedPeripheralsList.Data.Peripheral getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasId()
required string id = 1;hasId in interface AttachedPeripheralsList.Data.PeripheralOrBuilderpublic java.lang.String getId()
required string id = 1;getId in interface AttachedPeripheralsList.Data.PeripheralOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
required string id = 1;getIdBytes in interface AttachedPeripheralsList.Data.PeripheralOrBuilderpublic boolean hasStatus()
required .AttachedPeripheralsList.Data.Status status = 3;hasStatus in interface AttachedPeripheralsList.Data.PeripheralOrBuilderpublic AttachedPeripheralsList.Data.Status getStatus()
required .AttachedPeripheralsList.Data.Status status = 3;getStatus in interface AttachedPeripheralsList.Data.PeripheralOrBuilderpublic boolean hasPeripheralName()
optional string peripheral_name = 2;hasPeripheralName in interface AttachedPeripheralsList.Data.PeripheralOrBuilderpublic java.lang.String getPeripheralName()
optional string peripheral_name = 2;getPeripheralName in interface AttachedPeripheralsList.Data.PeripheralOrBuilderpublic com.google.protobuf.ByteString getPeripheralNameBytes()
optional string peripheral_name = 2;getPeripheralNameBytes in interface AttachedPeripheralsList.Data.PeripheralOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic static AttachedPeripheralsList.Data.Peripheral parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AttachedPeripheralsList.Data.Peripheral parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AttachedPeripheralsList.Data.Peripheral parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AttachedPeripheralsList.Data.Peripheral parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AttachedPeripheralsList.Data.Peripheral parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AttachedPeripheralsList.Data.Peripheral parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AttachedPeripheralsList.Data.Peripheral parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AttachedPeripheralsList.Data.Peripheral parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AttachedPeripheralsList.Data.Peripheral.Builder newBuilder()
public AttachedPeripheralsList.Data.Peripheral.Builder newBuilderForType()
public static AttachedPeripheralsList.Data.Peripheral.Builder newBuilder(AttachedPeripheralsList.Data.Peripheral prototype)
public AttachedPeripheralsList.Data.Peripheral.Builder toBuilder()
protected AttachedPeripheralsList.Data.Peripheral.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)