Package viam.app.v1
Interface AppOuterClass.MachinePickerCustomizationsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.MachinePickerCustomizations
,AppOuterClass.MachinePickerCustomizations.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.MachinePickerCustomizationsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string heading = 1 [json_name = "heading"];
com.google.protobuf.ByteString
optional string heading = 1 [json_name = "heading"];
optional string subheading = 2 [json_name = "subheading"];
com.google.protobuf.ByteString
optional string subheading = 2 [json_name = "subheading"];
boolean
optional string heading = 1 [json_name = "heading"];
boolean
optional string subheading = 2 [json_name = "subheading"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHeading
boolean hasHeading()optional string heading = 1 [json_name = "heading"];
- Returns:
- Whether the heading field is set.
-
getHeading
String getHeading()optional string heading = 1 [json_name = "heading"];
- Returns:
- The heading.
-
getHeadingBytes
com.google.protobuf.ByteString getHeadingBytes()optional string heading = 1 [json_name = "heading"];
- Returns:
- The bytes for heading.
-
hasSubheading
boolean hasSubheading()optional string subheading = 2 [json_name = "subheading"];
- Returns:
- Whether the subheading field is set.
-
getSubheading
String getSubheading()optional string subheading = 2 [json_name = "subheading"];
- Returns:
- The subheading.
-
getSubheadingBytes
com.google.protobuf.ByteString getSubheadingBytes()optional string subheading = 2 [json_name = "subheading"];
- Returns:
- The bytes for subheading.
-