Package viam.provisioning.v1
Interface Provisioning.NetworkInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Provisioning.NetworkInfo
,Provisioning.NetworkInfo.Builder
- Enclosing class:
- Provisioning
public static interface Provisioning.NetworkInfoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bool connected = 5 [json_name = "connected"];
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"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getType
String getType()string type = 1 [json_name = "type"];
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 1 [json_name = "type"];
- Returns:
- The bytes for type.
-
getSsid
String getSsid()string ssid = 2 [json_name = "ssid"];
- Returns:
- The ssid.
-
getSsidBytes
com.google.protobuf.ByteString getSsidBytes()string ssid = 2 [json_name = "ssid"];
- Returns:
- The bytes for ssid.
-
getSecurity
String getSecurity()string security = 3 [json_name = "security"];
- Returns:
- The security.
-
getSecurityBytes
com.google.protobuf.ByteString getSecurityBytes()string security = 3 [json_name = "security"];
- Returns:
- The bytes for security.
-
getSignal
int getSignal()int32 signal = 4 [json_name = "signal"];
- Returns:
- The signal.
-
getConnected
boolean getConnected()bool connected = 5 [json_name = "connected"];
- Returns:
- The connected.
-
getLastError
String getLastError()string last_error = 6 [json_name = "lastError"];
- Returns:
- The lastError.
-
getLastErrorBytes
com.google.protobuf.ByteString getLastErrorBytes()string last_error = 6 [json_name = "lastError"];
- Returns:
- The bytes for lastError.
-