Package viam.app.v1
Interface App.CreateLocationSecretRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.CreateLocationSecretRequest
,App.CreateLocationSecretRequest.Builder
- Enclosing class:
- App
public static interface App.CreateLocationSecretRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLocation ID to create the secret in.com.google.protobuf.ByteString
Location ID to create the secret in.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLocationId
String getLocationId()Location ID to create the secret in.
string location_id = 1 [json_name = "locationId"];
- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.ByteString getLocationIdBytes()Location ID to create the secret in.
string location_id = 1 [json_name = "locationId"];
- Returns:
- The bytes for locationId.
-