Package viam.app.v1
Class App.AuthenticatorInfo.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.AuthenticatorInfo,App.AuthenticatorInfo.Builder>
viam.app.v1.App.AuthenticatorInfo.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.AuthenticatorInfoOrBuilder
- Enclosing class:
- App.AuthenticatorInfo
public static final class App.AuthenticatorInfo.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.AuthenticatorInfo,App.AuthenticatorInfo.Builder>
implements App.AuthenticatorInfoOrBuilder
Protobuf type
viam.app.v1.AuthenticatorInfo
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionbool is_deactivated = 3 [json_name = "isDeactivated"];
.viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
string value = 2 [json_name = "value"];
boolean
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"];
setIsDeactivated
(boolean value) bool is_deactivated = 3 [json_name = "isDeactivated"];
setType
(App.AuthenticationType value) .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
setTypeValue
(int value) .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
string value = 2 [json_name = "value"];
setValueBytes
(com.google.protobuf.ByteString value) string value = 2 [json_name = "value"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getTypeValue
public int getTypeValue().viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
- Specified by:
getTypeValue
in interfaceApp.AuthenticatorInfoOrBuilder
- Returns:
- The enum numeric value on the wire for type.
-
setTypeValue
.viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
- Parameters:
value
- The type to set.- Returns:
- This builder for chaining.
-
getType
.viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
- Specified by:
getType
in interfaceApp.AuthenticatorInfoOrBuilder
- Returns:
- The type.
-
setType
.viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
- Parameters:
value
- The enum numeric value on the wire for type to set.- Returns:
- This builder for chaining.
-
clearType
.viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
- Returns:
- This builder for chaining.
-
getValue
string value = 2 [json_name = "value"];
- Specified by:
getValue
in interfaceApp.AuthenticatorInfoOrBuilder
- Returns:
- The value.
-
getValueBytes
public com.google.protobuf.ByteString getValueBytes()string value = 2 [json_name = "value"];
- Specified by:
getValueBytes
in interfaceApp.AuthenticatorInfoOrBuilder
- Returns:
- The bytes for value.
-
setValue
string value = 2 [json_name = "value"];
- Parameters:
value
- The value to set.- Returns:
- This builder for chaining.
-
clearValue
string value = 2 [json_name = "value"];
- Returns:
- This builder for chaining.
-
setValueBytes
string value = 2 [json_name = "value"];
- Parameters:
value
- The bytes for value to set.- Returns:
- This builder for chaining.
-
getIsDeactivated
public boolean getIsDeactivated()bool is_deactivated = 3 [json_name = "isDeactivated"];
- Specified by:
getIsDeactivated
in interfaceApp.AuthenticatorInfoOrBuilder
- Returns:
- The isDeactivated.
-
setIsDeactivated
bool is_deactivated = 3 [json_name = "isDeactivated"];
- Parameters:
value
- The isDeactivated to set.- Returns:
- This builder for chaining.
-
clearIsDeactivated
bool is_deactivated = 3 [json_name = "isDeactivated"];
- Returns:
- This builder for chaining.
-