Package viam.app.v1
Interface Robot.RemoteAuth.CredentialsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.RemoteAuth.Credentials
,Robot.RemoteAuth.Credentials.Builder
- Enclosing class:
- Robot.RemoteAuth
public static interface Robot.RemoteAuth.CredentialsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring payload = 2 [json_name = "payload"];
com.google.protobuf.ByteString
string payload = 2 [json_name = "payload"];
getType()
.viam.app.v1.CredentialsType type = 1 [json_name = "type"];
int
.viam.app.v1.CredentialsType type = 1 [json_name = "type"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getTypeValue
int getTypeValue().viam.app.v1.CredentialsType type = 1 [json_name = "type"];
- Returns:
- The enum numeric value on the wire for type.
-
getType
Robot.CredentialsType getType().viam.app.v1.CredentialsType type = 1 [json_name = "type"];
- Returns:
- The type.
-
getPayload
String getPayload()string payload = 2 [json_name = "payload"];
- Returns:
- The payload.
-
getPayloadBytes
com.google.protobuf.ByteString getPayloadBytes()string payload = 2 [json_name = "payload"];
- Returns:
- The bytes for payload.
-