Package viam.app.v1

Interface App.CreateKeyResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string id = 2 [json_name = "id"];
    com.google.protobuf.ByteString
    string id = 2 [json_name = "id"];
    string key = 1 [json_name = "key"];
    com.google.protobuf.ByteString
    string key = 1 [json_name = "key"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getKey

      String getKey()
      string key = 1 [json_name = "key"];
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      string key = 1 [json_name = "key"];
      Returns:
      The bytes for key.
    • getId

      String getId()
      string id = 2 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

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