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 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

      TemplateVariable getVariables(int index)
       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

      TemplateVariableOrBuilder getVariablesOrBuilder(int index)
       List of variables that this template may expect  
       
      repeated .yamcs.protobuf.instances.TemplateVariable variables = 2;