Package viam.app.v1

Interface Robot.AuthHandlerConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Robot.AuthHandlerConfig, Robot.AuthHandlerConfig.Builder
Enclosing class:
Robot

public static interface Robot.AuthHandlerConfigOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    .google.protobuf.Struct config = 5 [json_name = "config"];
    .viam.app.v1.CredentialsType type = 1 [json_name = "type"];
    int
    .viam.app.v1.CredentialsType type = 1 [json_name = "type"];
    boolean
    .google.protobuf.Struct config = 5 [json_name = "config"];

    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

      .viam.app.v1.CredentialsType type = 1 [json_name = "type"];
      Returns:
      The type.
    • hasConfig

      boolean hasConfig()
      .google.protobuf.Struct config = 5 [json_name = "config"];
      Returns:
      Whether the config field is set.
    • getConfig

      com.google.protobuf.Struct getConfig()
      .google.protobuf.Struct config = 5 [json_name = "config"];
      Returns:
      The config.