Package viam.app.v1
Interface AppOuterClass.CreateKeyRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.CreateKeyRequest,AppOuterClass.CreateKeyRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.CreateKeyRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthorizations(int index) repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];intrepeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];getName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringstring name = 2 [json_name = "name"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getAuthorizationsList
List<AppOuterClass.Authorization> getAuthorizationsList()repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"]; -
getAuthorizations
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.
-