All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.InstanceTemplateOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/instances/instances.proto

package org.yamcs.protobuf;

public interface InstanceTemplateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.instances.InstanceTemplate)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Template name.
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Template name.
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Template name.
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Human-friendly description
   * 
* * optional string description = 3; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * Human-friendly description
   * 
* * optional string description = 3; * @return The description. */ java.lang.String getDescription(); /** *
   * Human-friendly description
   * 
* * optional string description = 3; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * List of variables that this template may expect  
   * 
* * repeated .yamcs.protobuf.instances.TemplateVariable variables = 2; */ java.util.List getVariablesList(); /** *
   * List of variables that this template may expect  
   * 
* * repeated .yamcs.protobuf.instances.TemplateVariable variables = 2; */ org.yamcs.protobuf.TemplateVariable getVariables(int index); /** *
   * List of variables that this template may expect  
   * 
* * repeated .yamcs.protobuf.instances.TemplateVariable variables = 2; */ int getVariablesCount(); /** *
   * List of variables that this template may expect  
   * 
* * repeated .yamcs.protobuf.instances.TemplateVariable variables = 2; */ java.util.List getVariablesOrBuilderList(); /** *
   * List of variables that this template may expect  
   * 
* * repeated .yamcs.protobuf.instances.TemplateVariable variables = 2; */ org.yamcs.protobuf.TemplateVariableOrBuilder getVariablesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy