Package viam.app.v1
Interface App.DeleteLocationSecretRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.DeleteLocationSecretRequest
,App.DeleteLocationSecretRequest.Builder
- Enclosing class:
- App
public static interface App.DeleteLocationSecretRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring location_id = 1 [json_name = "locationId"];
com.google.protobuf.ByteString
string location_id = 1 [json_name = "locationId"];
string secret_id = 2 [json_name = "secretId"];
com.google.protobuf.ByteString
string secret_id = 2 [json_name = "secretId"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLocationId
String getLocationId()string location_id = 1 [json_name = "locationId"];
- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.ByteString getLocationIdBytes()string location_id = 1 [json_name = "locationId"];
- Returns:
- The bytes for locationId.
-
getSecretId
String getSecretId()string secret_id = 2 [json_name = "secretId"];
- Returns:
- The secretId.
-
getSecretIdBytes
com.google.protobuf.ByteString getSecretIdBytes()string secret_id = 2 [json_name = "secretId"];
- Returns:
- The bytes for secretId.
-