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