Package viam.app.v1
Interface AppOuterClass.GetLocationMetadataResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.GetLocationMetadataResponse
,AppOuterClass.GetLocationMetadataResponse.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.GetLocationMetadataResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasData
boolean hasData().google.protobuf.Struct data = 1 [json_name = "data"];
- Returns:
- Whether the data field is set.
-
getData
com.google.protobuf.Struct getData().google.protobuf.Struct data = 1 [json_name = "data"];
- Returns:
- The data.
-