Package org.yamcs.protobuf
Interface AddViewRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddViewRequest
,AddViewRequest.Builder
public interface AddViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBands
(int index) The bands belonging to this viewcom.google.protobuf.ByteString
getBandsBytes
(int index) The bands belonging to this viewint
The bands belonging to this viewThe bands belonging to this viewView descriptioncom.google.protobuf.ByteString
View descriptionYamcs instance namecom.google.protobuf.ByteString
Yamcs instance namegetName()
View namecom.google.protobuf.ByteString
View nameboolean
View descriptionboolean
Yamcs instance nameboolean
hasName()
View nameMethods 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
-
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.
-
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.
-