Package viam.app.v1
Interface Robot.RemoteAuthOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- Robot.RemoteAuth,- Robot.RemoteAuth.Builder
- Enclosing class:
- Robot
public static interface Robot.RemoteAuthOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method SummaryModifier and TypeMethodDescription.viam.app.v1.RemoteAuth.Credentials credentials = 1 [json_name = "credentials"];string entity = 2 [json_name = "entity"];com.google.protobuf.ByteStringstring entity = 2 [json_name = "entity"];boolean.viam.app.v1.RemoteAuth.Credentials credentials = 1 [json_name = "credentials"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
hasCredentialsboolean hasCredentials().viam.app.v1.RemoteAuth.Credentials credentials = 1 [json_name = "credentials"];- Returns:
- Whether the credentials field is set.
 
- 
getCredentialsRobot.RemoteAuth.Credentials getCredentials().viam.app.v1.RemoteAuth.Credentials credentials = 1 [json_name = "credentials"];- Returns:
- The credentials.
 
- 
getEntityString getEntity()string entity = 2 [json_name = "entity"];- Returns:
- The entity.
 
- 
getEntityBytescom.google.protobuf.ByteString getEntityBytes()string entity = 2 [json_name = "entity"];- Returns:
- The bytes for entity.
 
 
-