Package viam.app.v1
Interface AppOuterClass.AuthenticatorInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.AuthenticatorInfo
,AppOuterClass.AuthenticatorInfo.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.AuthenticatorInfoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bool is_deactivated = 3 [json_name = "isDeactivated"];
getType()
.viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
int
.viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
getValue()
string value = 2 [json_name = "value"];
com.google.protobuf.ByteString
string value = 2 [json_name = "value"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getTypeValue
int getTypeValue().viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
- Returns:
- The enum numeric value on the wire for type.
-
getType
AppOuterClass.AuthenticationType getType().viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
- Returns:
- The type.
-
getValue
String getValue()string value = 2 [json_name = "value"];
- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()string value = 2 [json_name = "value"];
- Returns:
- The bytes for value.
-
getIsDeactivated
boolean getIsDeactivated()bool is_deactivated = 3 [json_name = "isDeactivated"];
- Returns:
- The isDeactivated.
-