Package viam.app.v1

Interface App.AuthenticatorInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.AuthenticatorInfo, App.AuthenticatorInfo.Builder
Enclosing class:
App

public static interface App.AuthenticatorInfoOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_deactivated = 3 [json_name = "isDeactivated"];
    .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
    int
    .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
    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

      .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.