
org.yamcs.web.api.InstanceConfigurationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yamcs-web Show documentation
Show all versions of yamcs-web Show documentation
Web UI for managing and monitoring Yamcs
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: yamcs/protobuf/web/web.proto
package org.yamcs.web.api;
public interface InstanceConfigurationOrBuilder extends
// @@protoc_insertion_point(interface_extends:yamcs.protobuf.web.InstanceConfiguration)
com.google.protobuf.MessageOrBuilder {
/**
*
* Bucket where to find display resources
*
*
* optional string displayBucket = 1;
* @return Whether the displayBucket field is set.
*/
boolean hasDisplayBucket();
/**
*
* Bucket where to find display resources
*
*
* optional string displayBucket = 1;
* @return The displayBucket.
*/
java.lang.String getDisplayBucket();
/**
*
* Bucket where to find display resources
*
*
* optional string displayBucket = 1;
* @return The bytes for displayBucket.
*/
com.google.protobuf.ByteString
getDisplayBucketBytes();
/**
*
* Bucket where to find stacks
*
*
* optional string stackBucket = 2;
* @return Whether the stackBucket field is set.
*/
boolean hasStackBucket();
/**
*
* Bucket where to find stacks
*
*
* optional string stackBucket = 2;
* @return The stackBucket.
*/
java.lang.String getStackBucket();
/**
*
* Bucket where to find stacks
*
*
* optional string stackBucket = 2;
* @return The bytes for stackBucket.
*/
com.google.protobuf.ByteString
getStackBucketBytes();
/**
*
* If true, make use of the Parameter Archive
*
*
* optional bool parameterArchive = 3;
* @return Whether the parameterArchive field is set.
*/
boolean hasParameterArchive();
/**
*
* If true, make use of the Parameter Archive
*
*
* optional bool parameterArchive = 3;
* @return The parameterArchive.
*/
boolean getParameterArchive();
/**
*
* Command-related streams
*
*
* repeated string tcStreams = 4;
* @return A list containing the tcStreams.
*/
java.util.List
getTcStreamsList();
/**
*
* Command-related streams
*
*
* repeated string tcStreams = 4;
* @return The count of tcStreams.
*/
int getTcStreamsCount();
/**
*
* Command-related streams
*
*
* repeated string tcStreams = 4;
* @param index The index of the element to return.
* @return The tcStreams at the given index.
*/
java.lang.String getTcStreams(int index);
/**
*
* Command-related streams
*
*
* repeated string tcStreams = 4;
* @param index The index of the value to return.
* @return The bytes of the tcStreams at the given index.
*/
com.google.protobuf.ByteString
getTcStreamsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy