public final class ListPeripherals extends com.google.protobuf.GeneratedMessage implements ListPeripheralsOrBuilder
ListPeripherals
+ +
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPeripherals.Builder
Protobuf type
ListPeripherals |
static class |
ListPeripherals.Data
Protobuf type
ListPeripherals.Data |
static interface |
ListPeripherals.DataOrBuilder |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_FIELD_NUMBER |
static int |
META_FIELD_NUMBER |
static <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
ListPeripherals.Data |
getData()
required .ListPeripherals.Data data = 2; |
ListPeripherals.DataOrBuilder |
getDataOrBuilder()
required .ListPeripherals.Data data = 2; |
static ListPeripherals |
getDefaultInstance() |
ListPeripherals |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RequestMeta |
getMeta()
required .RequestMeta meta = 1; |
RequestMetaOrBuilder |
getMetaOrBuilder()
required .RequestMeta meta = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasData()
required .ListPeripherals.Data data = 2; |
boolean |
hasMeta()
required .RequestMeta meta = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListPeripherals.Builder |
newBuilder() |
static ListPeripherals.Builder |
newBuilder(ListPeripherals prototype) |
ListPeripherals.Builder |
newBuilderForType() |
protected ListPeripherals.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ListPeripherals |
parseDelimitedFrom(java.io.InputStream input) |
static ListPeripherals |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListPeripherals |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListPeripherals |
parseFrom(com.google.protobuf.ByteString data) |
static ListPeripherals |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListPeripherals |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListPeripherals |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListPeripherals |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListPeripherals.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int META_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
public static ListPeripherals getDefaultInstance()
public ListPeripherals 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 hasMeta()
required .RequestMeta meta = 1;hasMeta in interface ListPeripheralsOrBuilderpublic RequestMeta getMeta()
required .RequestMeta meta = 1;getMeta in interface ListPeripheralsOrBuilderpublic RequestMetaOrBuilder getMetaOrBuilder()
required .RequestMeta meta = 1;getMetaOrBuilder in interface ListPeripheralsOrBuilderpublic boolean hasData()
required .ListPeripherals.Data data = 2;hasData in interface ListPeripheralsOrBuilderpublic ListPeripherals.Data getData()
required .ListPeripherals.Data data = 2;getData in interface ListPeripheralsOrBuilderpublic ListPeripherals.DataOrBuilder getDataOrBuilder()
required .ListPeripherals.Data data = 2;getDataOrBuilder in interface ListPeripheralsOrBuilderpublic 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 ListPeripherals parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListPeripherals parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListPeripherals parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListPeripherals parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListPeripherals parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListPeripherals parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListPeripherals parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListPeripherals parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListPeripherals.Builder newBuilder()
public ListPeripherals.Builder newBuilderForType()
public static ListPeripherals.Builder newBuilder(ListPeripherals prototype)
public ListPeripherals.Builder toBuilder()
protected ListPeripherals.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)