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

org.yamcs.protobuf.GetInstanceTemplateRequestOrBuilder 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_service.proto

package org.yamcs.protobuf;

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

  /**
   * 
   * Template name.
   * 
* * optional string template = 1; * @return Whether the template field is set. */ boolean hasTemplate(); /** *
   * Template name.
   * 
* * optional string template = 1; * @return The template. */ java.lang.String getTemplate(); /** *
   * Template name.
   * 
* * optional string template = 1; * @return The bytes for template. */ com.google.protobuf.ByteString getTemplateBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy