Package viam.provisioning.v1
Class Provisioning.NetworkInfo
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Provisioning.NetworkInfo,Provisioning.NetworkInfo.Builder>
viam.provisioning.v1.Provisioning.NetworkInfo
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,Provisioning.NetworkInfoOrBuilder
- Enclosing class:
- Provisioning
public static final class Provisioning.NetworkInfo
extends com.google.protobuf.GeneratedMessageLite<Provisioning.NetworkInfo,Provisioning.NetworkInfo.Builder>
implements Provisioning.NetworkInfoOrBuilder
Protobuf type
viam.provisioning.v1.NetworkInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeviam.provisioning.v1.NetworkInfo
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,
?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) boolean
bool connected = 5 [json_name = "connected"];
static Provisioning.NetworkInfo
string last_error = 6 [json_name = "lastError"];
com.google.protobuf.ByteString
string last_error = 6 [json_name = "lastError"];
string security = 3 [json_name = "security"];
com.google.protobuf.ByteString
string security = 3 [json_name = "security"];
int
int32 signal = 4 [json_name = "signal"];
getSsid()
string ssid = 2 [json_name = "ssid"];
com.google.protobuf.ByteString
string ssid = 2 [json_name = "ssid"];
getType()
string type = 1 [json_name = "type"];
com.google.protobuf.ByteString
string type = 1 [json_name = "type"];
newBuilder
(Provisioning.NetworkInfo prototype) static Provisioning.NetworkInfo
parseDelimitedFrom
(InputStream input) static Provisioning.NetworkInfo
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Provisioning.NetworkInfo
parseFrom
(byte[] data) static Provisioning.NetworkInfo
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Provisioning.NetworkInfo
parseFrom
(com.google.protobuf.ByteString data) static Provisioning.NetworkInfo
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Provisioning.NetworkInfo
parseFrom
(com.google.protobuf.CodedInputStream input) static Provisioning.NetworkInfo
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Provisioning.NetworkInfo
parseFrom
(InputStream input) static Provisioning.NetworkInfo
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Provisioning.NetworkInfo
parseFrom
(ByteBuffer data) static Provisioning.NetworkInfo
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Provisioning.NetworkInfo>
parser()
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER- See Also:
-
SSID_FIELD_NUMBER
public static final int SSID_FIELD_NUMBER- See Also:
-
SECURITY_FIELD_NUMBER
public static final int SECURITY_FIELD_NUMBER- See Also:
-
SIGNAL_FIELD_NUMBER
public static final int SIGNAL_FIELD_NUMBER- See Also:
-
CONNECTED_FIELD_NUMBER
public static final int CONNECTED_FIELD_NUMBER- See Also:
-
LAST_ERROR_FIELD_NUMBER
public static final int LAST_ERROR_FIELD_NUMBER- See Also:
-
-
Method Details
-
getType
string type = 1 [json_name = "type"];
- Specified by:
getType
in interfaceProvisioning.NetworkInfoOrBuilder
- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()string type = 1 [json_name = "type"];
- Specified by:
getTypeBytes
in interfaceProvisioning.NetworkInfoOrBuilder
- Returns:
- The bytes for type.
-
getSsid
string ssid = 2 [json_name = "ssid"];
- Specified by:
getSsid
in interfaceProvisioning.NetworkInfoOrBuilder
- Returns:
- The ssid.
-
getSsidBytes
public com.google.protobuf.ByteString getSsidBytes()string ssid = 2 [json_name = "ssid"];
- Specified by:
getSsidBytes
in interfaceProvisioning.NetworkInfoOrBuilder
- Returns:
- The bytes for ssid.
-
getSecurity
string security = 3 [json_name = "security"];
- Specified by:
getSecurity
in interfaceProvisioning.NetworkInfoOrBuilder
- Returns:
- The security.
-
getSecurityBytes
public com.google.protobuf.ByteString getSecurityBytes()string security = 3 [json_name = "security"];
- Specified by:
getSecurityBytes
in interfaceProvisioning.NetworkInfoOrBuilder
- Returns:
- The bytes for security.
-
getSignal
public int getSignal()int32 signal = 4 [json_name = "signal"];
- Specified by:
getSignal
in interfaceProvisioning.NetworkInfoOrBuilder
- Returns:
- The signal.
-
getConnected
public boolean getConnected()bool connected = 5 [json_name = "connected"];
- Specified by:
getConnected
in interfaceProvisioning.NetworkInfoOrBuilder
- Returns:
- The connected.
-
getLastError
string last_error = 6 [json_name = "lastError"];
- Specified by:
getLastError
in interfaceProvisioning.NetworkInfoOrBuilder
- Returns:
- The lastError.
-
getLastErrorBytes
public com.google.protobuf.ByteString getLastErrorBytes()string last_error = 6 [json_name = "lastError"];
- Specified by:
getLastErrorBytes
in interfaceProvisioning.NetworkInfoOrBuilder
- Returns:
- The bytes for lastError.
-
parseFrom
public static Provisioning.NetworkInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Provisioning.NetworkInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Provisioning.NetworkInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Provisioning.NetworkInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Provisioning.NetworkInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Provisioning.NetworkInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Provisioning.NetworkInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Provisioning.NetworkInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Provisioning.NetworkInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Provisioning.NetworkInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
-
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<Provisioning.NetworkInfo,
Provisioning.NetworkInfo.Builder>
-
getDefaultInstance
-
parser
-