Package org.yamcs.protobuf
Interface SaveViewRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SaveViewRequest,SaveViewRequest.Builder
public interface SaveViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBands(int index) The bands belonging to this viewcom.google.protobuf.ByteStringgetBandsBytes(int index) The bands belonging to this viewintThe bands belonging to this viewThe bands belonging to this viewView descriptioncom.google.protobuf.ByteStringView descriptiongetId()Optional view identifier.com.google.protobuf.ByteStringOptional view identifier.Yamcs instance namecom.google.protobuf.ByteStringYamcs instance namegetName()View namecom.google.protobuf.ByteStringView namebooleanView descriptionbooleanhasId()Optional view identifier.booleanYamcs instance namebooleanhasName()View nameMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInstance
boolean hasInstance()Yamcs instance name
optional string instance = 1;- Returns:
- Whether the instance field is set.
-
getInstance
String getInstance()Yamcs instance name
optional string instance = 1;- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()Yamcs instance name
optional string instance = 1;- Returns:
- The bytes for instance.
-
hasId
boolean hasId()Optional view identifier. If not set, an ID will be assigned by the server. If set, it should be a valid UUID. If a view with this identifier already exists, it is replaced.
optional string id = 5;- Returns:
- Whether the id field is set.
-
getId
String getId()Optional view identifier. If not set, an ID will be assigned by the server. If set, it should be a valid UUID. If a view with this identifier already exists, it is replaced.
optional string id = 5;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Optional view identifier. If not set, an ID will be assigned by the server. If set, it should be a valid UUID. If a view with this identifier already exists, it is replaced.
optional string id = 5;- Returns:
- The bytes for id.
-
hasName
boolean hasName()View name
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()View name
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()View name
optional string name = 2;- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()View description
optional string description = 3;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()View description
optional string description = 3;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()View description
optional string description = 3;- Returns:
- The bytes for description.
-
getBandsList
The bands belonging to this view
repeated string bands = 4;- Returns:
- A list containing the bands.
-
getBandsCount
int getBandsCount()The bands belonging to this view
repeated string bands = 4;- Returns:
- The count of bands.
-
getBands
The bands belonging to this view
repeated string bands = 4;- Parameters:
index- The index of the element to return.- Returns:
- The bands at the given index.
-
getBandsBytes
com.google.protobuf.ByteString getBandsBytes(int index) The bands belonging to this view
repeated string bands = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the bands at the given index.
-