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 Type
    Method
    Description
    getBands(int index)
    The bands from this view
    com.google.protobuf.ByteString
    getBandsBytes(int index)
    The bands from this view
    int
    The bands from this view
    The bands from this view
    View description
    com.google.protobuf.ByteString
    View description
    Yamcs instance name
    com.google.protobuf.ByteString
    Yamcs instance name
    View name
    com.google.protobuf.ByteString
    View name
    boolean
    View description
    boolean
    Yamcs instance name
    boolean
    View name

    Methods 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

      List<String> getBandsList()
       The bands from this view
       
      repeated string bands = 4;
      Returns:
      A list containing the bands.
    • getBandsCount

      int getBandsCount()
       The bands from this view
       
      repeated string bands = 4;
      Returns:
      The count of bands.
    • getBands

      String getBands(int index)
       The bands from 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 from 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.