Package org.yamcs.web.api
Interface InstanceConfigurationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceConfiguration
,InstanceConfiguration.Builder
public interface InstanceConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionBucket where to find display resourcescom.google.protobuf.ByteString
Bucket where to find display resourcesboolean
If true, make use of the Parameter ArchiveBucket where to find stackscom.google.protobuf.ByteString
Bucket where to find stacksgetTcStreams
(int index) Command-related streamscom.google.protobuf.ByteString
getTcStreamsBytes
(int index) Command-related streamsint
Command-related streamsCommand-related streamsboolean
Bucket where to find display resourcesboolean
If true, make use of the Parameter Archiveboolean
Bucket where to find stacksMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDisplayBucket
boolean hasDisplayBucket()Bucket where to find display resources
optional string displayBucket = 1;
- Returns:
- Whether the displayBucket field is set.
-
getDisplayBucket
String getDisplayBucket()Bucket where to find display resources
optional string displayBucket = 1;
- Returns:
- The displayBucket.
-
getDisplayBucketBytes
com.google.protobuf.ByteString getDisplayBucketBytes()Bucket where to find display resources
optional string displayBucket = 1;
- Returns:
- The bytes for displayBucket.
-
hasStackBucket
boolean hasStackBucket()Bucket where to find stacks
optional string stackBucket = 2;
- Returns:
- Whether the stackBucket field is set.
-
getStackBucket
String getStackBucket()Bucket where to find stacks
optional string stackBucket = 2;
- Returns:
- The stackBucket.
-
getStackBucketBytes
com.google.protobuf.ByteString getStackBucketBytes()Bucket where to find stacks
optional string stackBucket = 2;
- Returns:
- The bytes for stackBucket.
-
hasParameterArchive
boolean hasParameterArchive()If true, make use of the Parameter Archive
optional bool parameterArchive = 3;
- Returns:
- Whether the parameterArchive field is set.
-
getParameterArchive
boolean getParameterArchive()If true, make use of the Parameter Archive
optional bool parameterArchive = 3;
- Returns:
- The parameterArchive.
-
getTcStreamsList
Command-related streams
repeated string tcStreams = 4;
- Returns:
- A list containing the tcStreams.
-
getTcStreamsCount
int getTcStreamsCount()Command-related streams
repeated string tcStreams = 4;
- Returns:
- The count of tcStreams.
-
getTcStreams
Command-related streams
repeated string tcStreams = 4;
- Parameters:
index
- The index of the element to return.- Returns:
- The tcStreams at the given index.
-
getTcStreamsBytes
com.google.protobuf.ByteString getTcStreamsBytes(int index) Command-related streams
repeated string tcStreams = 4;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the tcStreams at the given index.
-