Package viam.provisioning.v1
Interface Provisioning.GetSmartMachineStatusResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Provisioning.GetSmartMachineStatusResponse,Provisioning.GetSmartMachineStatusResponse.Builder
- Enclosing class:
- Provisioning
public static interface Provisioning.GetSmartMachineStatusResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring agent_version = 6 [json_name = "agentVersion"];com.google.protobuf.ByteStringstring agent_version = 6 [json_name = "agentVersion"];getErrors(int index) repeated string errors = 5 [json_name = "errors"];com.google.protobuf.ByteStringgetErrorsBytes(int index) repeated string errors = 5 [json_name = "errors"];intrepeated string errors = 5 [json_name = "errors"];repeated string errors = 5 [json_name = "errors"];booleanbool has_smart_machine_credentials = 2 [json_name = "hasSmartMachineCredentials"];booleanbool is_online = 3 [json_name = "isOnline"];.viam.provisioning.v1.NetworkInfo latest_connection_attempt = 4 [json_name = "latestConnectionAttempt"];.viam.provisioning.v1.ProvisioningInfo provisioning_info = 1 [json_name = "provisioningInfo"];boolean.viam.provisioning.v1.NetworkInfo latest_connection_attempt = 4 [json_name = "latestConnectionAttempt"];boolean.viam.provisioning.v1.ProvisioningInfo provisioning_info = 1 [json_name = "provisioningInfo"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasProvisioningInfo
boolean hasProvisioningInfo().viam.provisioning.v1.ProvisioningInfo provisioning_info = 1 [json_name = "provisioningInfo"];- Returns:
- Whether the provisioningInfo field is set.
-
getProvisioningInfo
Provisioning.ProvisioningInfo getProvisioningInfo().viam.provisioning.v1.ProvisioningInfo provisioning_info = 1 [json_name = "provisioningInfo"];- Returns:
- The provisioningInfo.
-
getHasSmartMachineCredentials
boolean getHasSmartMachineCredentials()bool has_smart_machine_credentials = 2 [json_name = "hasSmartMachineCredentials"];- Returns:
- The hasSmartMachineCredentials.
-
getIsOnline
boolean getIsOnline()bool is_online = 3 [json_name = "isOnline"];- Returns:
- The isOnline.
-
hasLatestConnectionAttempt
boolean hasLatestConnectionAttempt().viam.provisioning.v1.NetworkInfo latest_connection_attempt = 4 [json_name = "latestConnectionAttempt"];- Returns:
- Whether the latestConnectionAttempt field is set.
-
getLatestConnectionAttempt
Provisioning.NetworkInfo getLatestConnectionAttempt().viam.provisioning.v1.NetworkInfo latest_connection_attempt = 4 [json_name = "latestConnectionAttempt"];- Returns:
- The latestConnectionAttempt.
-
getErrorsList
repeated string errors = 5 [json_name = "errors"];- Returns:
- A list containing the errors.
-
getErrorsCount
int getErrorsCount()repeated string errors = 5 [json_name = "errors"];- Returns:
- The count of errors.
-
getErrors
repeated string errors = 5 [json_name = "errors"];- Parameters:
index- The index of the element to return.- Returns:
- The errors at the given index.
-
getErrorsBytes
com.google.protobuf.ByteString getErrorsBytes(int index) repeated string errors = 5 [json_name = "errors"];- Parameters:
index- The index of the element to return.- Returns:
- The errors at the given index.
-
getAgentVersion
String getAgentVersion()string agent_version = 6 [json_name = "agentVersion"];- Returns:
- The agentVersion.
-
getAgentVersionBytes
com.google.protobuf.ByteString getAgentVersionBytes()string agent_version = 6 [json_name = "agentVersion"];- Returns:
- The bytes for agentVersion.
-