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

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

package org.yamcs.protobuf.activities;

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

  /**
   * 
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * Activity identifier
   * 
* * optional string activity = 2; * @return Whether the activity field is set. */ boolean hasActivity(); /** *
   * Activity identifier
   * 
* * optional string activity = 2; * @return The activity. */ java.lang.String getActivity(); /** *
   * Activity identifier
   * 
* * optional string activity = 2; * @return The bytes for activity. */ com.google.protobuf.ByteString getActivityBytes(); /** *
   * Failure message, if not provided the
   * activity is considered successful.
   * 
* * optional string failureReason = 3; * @return Whether the failureReason field is set. */ boolean hasFailureReason(); /** *
   * Failure message, if not provided the
   * activity is considered successful.
   * 
* * optional string failureReason = 3; * @return The failureReason. */ java.lang.String getFailureReason(); /** *
   * Failure message, if not provided the
   * activity is considered successful.
   * 
* * optional string failureReason = 3; * @return The bytes for failureReason. */ com.google.protobuf.ByteString getFailureReasonBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy