Package com.viam.service.discovery.v1
Interface Discovery.DiscoverResourcesRequestOrBuilder
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
 Discovery.DiscoverResourcesRequest,Discovery.DiscoverResourcesRequest.Builder
- Enclosing class:
 - Discovery
 
public static interface Discovery.DiscoverResourcesRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized 
- 
Method Details
- 
getName
String getName()name of the discover service
string name = 1 [json_name = "name"];- Returns:
 - The name.
 
 - 
getNameBytes
com.google.protobuf.ByteString getNameBytes()name of the discover service
string name = 1 [json_name = "name"];- Returns:
 - The bytes for name.
 
 - 
hasExtra
boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
 - Whether the extra field is set.
 
 - 
getExtra
com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
 - The extra.
 
 
 -