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

org.yamcs.protobuf.EntityInfoOrBuilder 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/filetransfer/filetransfer.proto

package org.yamcs.protobuf;

public interface EntityInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.filetransfer.EntityInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string name = 1;
   * @return Whether the name field is set.
   */
  boolean hasName();
  /**
   * optional string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * optional string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * optional uint64 id = 2;
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   * optional uint64 id = 2;
   * @return The id.
   */
  long getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy