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

org.yamcs.protobuf.activities.SubscribeActivityLogRequestOrBuilder 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 SubscribeActivityLogRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.activities.SubscribeActivityLogRequest)
    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(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy