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