Package viam.app.v1
Interface App.CreateLocationSecretResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.CreateLocationSecretResponse
,App.CreateLocationSecretResponse.Builder
- Enclosing class:
- App
public static interface App.CreateLocationSecretResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Details
-
hasAuth
boolean hasAuth()Location's auth after updates.
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
- Returns:
- Whether the auth field is set.
-
getAuth
App.LocationAuth getAuth()Location's auth after updates.
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
- Returns:
- The auth.
-