Package viam.app.v1
Interface Robot.ResourceLevelServiceConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.ResourceLevelServiceConfig
,Robot.ResourceLevelServiceConfig.Builder
- Enclosing class:
- Robot
public static interface Robot.ResourceLevelServiceConfigOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
TODO(adam): Should this be move to a structured type as defined in the typescript frontend.getType()
string type = 1 [json_name = "type"];
com.google.protobuf.ByteString
string type = 1 [json_name = "type"];
boolean
TODO(adam): Should this be move to a structured type as defined in the typescript frontend.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getType
String getType()string type = 1 [json_name = "type"];
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 1 [json_name = "type"];
- Returns:
- The bytes for type.
-
hasAttributes
boolean hasAttributes()TODO(adam): Should this be move to a structured type as defined in the typescript frontend.
.google.protobuf.Struct attributes = 2 [json_name = "attributes"];
- Returns:
- Whether the attributes field is set.
-
getAttributes
com.google.protobuf.Struct getAttributes()TODO(adam): Should this be move to a structured type as defined in the typescript frontend.
.google.protobuf.Struct attributes = 2 [json_name = "attributes"];
- Returns:
- The attributes.
-