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

org.yamcs.protobuf.activities.ActivityDefinitionInfoOrBuilder 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 ActivityDefinitionInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.activities.ActivityDefinitionInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Activity type.
   * Common types: MANUAL, SCRIPT, COMMAND, COMMAND_STACK
   * 
* * optional string type = 1; * @return Whether the type field is set. */ boolean hasType(); /** *
   * Activity type.
   * Common types: MANUAL, SCRIPT, COMMAND, COMMAND_STACK
   * 
* * optional string type = 1; * @return The type. */ java.lang.String getType(); /** *
   * Activity type.
   * Common types: MANUAL, SCRIPT, COMMAND, COMMAND_STACK
   * 
* * optional string type = 1; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** *
   * Activity arguments. The expected arguments
   * are different for each activity type
   * 
* * optional .google.protobuf.Struct args = 2; * @return Whether the args field is set. */ boolean hasArgs(); /** *
   * Activity arguments. The expected arguments
   * are different for each activity type
   * 
* * optional .google.protobuf.Struct args = 2; * @return The args. */ com.google.protobuf.Struct getArgs(); /** *
   * Activity arguments. The expected arguments
   * are different for each activity type
   * 
* * optional .google.protobuf.Struct args = 2; */ com.google.protobuf.StructOrBuilder getArgsOrBuilder(); /** *
   * Optional comment
   * 
* * optional string comment = 3; * @return Whether the comment field is set. */ boolean hasComment(); /** *
   * Optional comment
   * 
* * optional string comment = 3; * @return The comment. */ java.lang.String getComment(); /** *
   * Optional comment
   * 
* * optional string comment = 3; * @return The bytes for comment. */ com.google.protobuf.ByteString getCommentBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy