Package org.yamcs.protobuf
Interface InstanceTemplateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceTemplate
,InstanceTemplate.Builder
public interface InstanceTemplateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionHuman-friendly descriptioncom.google.protobuf.ByteString
Human-friendly descriptiongetName()
Template name.com.google.protobuf.ByteString
Template name.getVariables
(int index) List of variables that this template may expectint
List of variables that this template may expectList of variables that this template may expectgetVariablesOrBuilder
(int index) List of variables that this template may expectList<? extends TemplateVariableOrBuilder>
List of variables that this template may expectboolean
Human-friendly descriptionboolean
hasName()
Template name.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()Template name.
optional string name = 1;
- Returns:
- Whether the name field is set.
-
getName
String getName()Template name.
optional string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Template name.
optional string name = 1;
- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()Human-friendly description
optional string description = 3;
- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()Human-friendly description
optional string description = 3;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Human-friendly description
optional string description = 3;
- Returns:
- The bytes for description.
-
getVariablesList
List<TemplateVariable> getVariablesList()List of variables that this template may expect
repeated .yamcs.protobuf.instances.TemplateVariable variables = 2;
-
getVariables
List of variables that this template may expect
repeated .yamcs.protobuf.instances.TemplateVariable variables = 2;
-
getVariablesCount
int getVariablesCount()List of variables that this template may expect
repeated .yamcs.protobuf.instances.TemplateVariable variables = 2;
-
getVariablesOrBuilderList
List<? extends TemplateVariableOrBuilder> getVariablesOrBuilderList()List of variables that this template may expect
repeated .yamcs.protobuf.instances.TemplateVariable variables = 2;
-
getVariablesOrBuilder
List of variables that this template may expect
repeated .yamcs.protobuf.instances.TemplateVariable variables = 2;
-