public static final class AttachedPeripheralsList.Data.Peripheral.Builder extends <any> implements AttachedPeripheralsList.Data.PeripheralOrBuilder
AttachedPeripheralsList.Data.Peripheral| Modifier and Type | Method and Description |
|---|---|
AttachedPeripheralsList.Data.Peripheral |
build() |
AttachedPeripheralsList.Data.Peripheral |
buildPartial() |
AttachedPeripheralsList.Data.Peripheral.Builder |
clear() |
AttachedPeripheralsList.Data.Peripheral.Builder |
clearId()
required string id = 1; |
AttachedPeripheralsList.Data.Peripheral.Builder |
clearPeripheralName()
optional string peripheral_name = 2; |
AttachedPeripheralsList.Data.Peripheral.Builder |
clearStatus()
required .AttachedPeripheralsList.Data.Status status = 3; |
AttachedPeripheralsList.Data.Peripheral.Builder |
clone() |
AttachedPeripheralsList.Data.Peripheral |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getId()
required string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
required string id = 1; |
java.lang.String |
getPeripheralName()
optional string peripheral_name = 2; |
com.google.protobuf.ByteString |
getPeripheralNameBytes()
optional string peripheral_name = 2; |
AttachedPeripheralsList.Data.Status |
getStatus()
required .AttachedPeripheralsList.Data.Status status = 3; |
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() |
AttachedPeripheralsList.Data.Peripheral.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttachedPeripheralsList.Data.Peripheral.Builder |
mergeFrom(com.google.protobuf.Message other) |
AttachedPeripheralsList.Data.Peripheral.Builder |
setId(java.lang.String value)
required string id = 1; |
AttachedPeripheralsList.Data.Peripheral.Builder |
setIdBytes(com.google.protobuf.ByteString value)
required string id = 1; |
AttachedPeripheralsList.Data.Peripheral.Builder |
setPeripheralName(java.lang.String value)
optional string peripheral_name = 2; |
AttachedPeripheralsList.Data.Peripheral.Builder |
setPeripheralNameBytes(com.google.protobuf.ByteString value)
optional string peripheral_name = 2; |
AttachedPeripheralsList.Data.Peripheral.Builder |
setStatus(AttachedPeripheralsList.Data.Status value)
required .AttachedPeripheralsList.Data.Status status = 3; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public AttachedPeripheralsList.Data.Peripheral.Builder clear()
public AttachedPeripheralsList.Data.Peripheral.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public AttachedPeripheralsList.Data.Peripheral getDefaultInstanceForType()
public AttachedPeripheralsList.Data.Peripheral build()
public AttachedPeripheralsList.Data.Peripheral buildPartial()
public AttachedPeripheralsList.Data.Peripheral.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public AttachedPeripheralsList.Data.Peripheral.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic 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 AttachedPeripheralsList.Data.Peripheral.Builder setId(java.lang.String value)
required string id = 1;public AttachedPeripheralsList.Data.Peripheral.Builder clearId()
required string id = 1;public AttachedPeripheralsList.Data.Peripheral.Builder setIdBytes(com.google.protobuf.ByteString value)
required string id = 1;public 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 AttachedPeripheralsList.Data.Peripheral.Builder setStatus(AttachedPeripheralsList.Data.Status value)
required .AttachedPeripheralsList.Data.Status status = 3;public AttachedPeripheralsList.Data.Peripheral.Builder clearStatus()
required .AttachedPeripheralsList.Data.Status status = 3;public 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 AttachedPeripheralsList.Data.Peripheral.Builder setPeripheralName(java.lang.String value)
optional string peripheral_name = 2;public AttachedPeripheralsList.Data.Peripheral.Builder clearPeripheralName()
optional string peripheral_name = 2;public AttachedPeripheralsList.Data.Peripheral.Builder setPeripheralNameBytes(com.google.protobuf.ByteString value)
optional string peripheral_name = 2;