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

org.yamcs.protobuf.activities.ExecutorInfoOrBuilder 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/activities/activities.proto

package org.yamcs.protobuf.activities;

public interface ExecutorInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.activities.ExecutorInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Executor type name
   * 
* * optional string type = 1; * @return Whether the type field is set. */ boolean hasType(); /** *
   * Executor type name
   * 
* * optional string type = 1; * @return The type. */ java.lang.String getType(); /** *
   * Executor type name
   * 
* * optional string type = 1; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** *
   * Display name
   * 
* * optional string displayName = 2; * @return Whether the displayName field is set. */ boolean hasDisplayName(); /** *
   * Display name
   * 
* * optional string displayName = 2; * @return The displayName. */ java.lang.String getDisplayName(); /** *
   * Display name
   * 
* * optional string displayName = 2; * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** *
   * Executor description
   * 
* * optional string description = 3; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * Executor description
   * 
* * optional string description = 3; * @return The description. */ java.lang.String getDescription(); /** *
   * Executor description
   * 
* * optional string description = 3; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * Name of an icon in the Material Icons font.
   * 
* * optional string icon = 4; * @return Whether the icon field is set. */ boolean hasIcon(); /** *
   * Name of an icon in the Material Icons font.
   * 
* * optional string icon = 4; * @return The icon. */ java.lang.String getIcon(); /** *
   * Name of an icon in the Material Icons font.
   * 
* * optional string icon = 4; * @return The bytes for icon. */ com.google.protobuf.ByteString getIconBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy