Package viam.app.v1

Interface App.CreateKeyRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getAuthorizations(int index)
    repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
    int
    repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
    repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
    string name = 2 [json_name = "name"];
    com.google.protobuf.ByteString
    string name = 2 [json_name = "name"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getAuthorizationsList

      List<App.Authorization> getAuthorizationsList()
      repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
    • getAuthorizations

      App.Authorization getAuthorizations(int index)
      repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
    • getAuthorizationsCount

      int getAuthorizationsCount()
      repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
    • getName

      String getName()
      string name = 2 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2 [json_name = "name"];
      Returns:
      The bytes for name.