Package viam.app.v1
Interface App.UpdateLocationResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.UpdateLocationResponse
,App.UpdateLocationResponse.Builder
- Enclosing class:
- App
public static interface App.UpdateLocationResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLocation object is returned.boolean
Location object is returned.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasLocation
boolean hasLocation()Location object is returned.
.viam.app.v1.Location location = 1 [json_name = "location"];
- Returns:
- Whether the location field is set.
-
getLocation
App.Location getLocation()Location object is returned.
.viam.app.v1.Location location = 1 [json_name = "location"];
- Returns:
- The location.
-