Package viam.app.v1
Interface App.LocationAuthResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.LocationAuthResponse
,App.LocationAuthResponse.Builder
- Enclosing class:
- App
public static interface App.LocationAuthResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasAuth
boolean hasAuth().viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
- Returns:
- Whether the auth field is set.
-
getAuth
App.LocationAuth getAuth().viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
- Returns:
- The auth.
-