Interface SetSpisRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SetSpisRequest, SetSpisRequest.Builder

public interface SetSpisRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The body of the request, containing the SPIs
    The body of the request, containing the SPIs
    The Yamcs instance
    com.google.protobuf.ByteString
    The Yamcs instance
    The name of the encrypted link
    com.google.protobuf.ByteString
    The name of the encrypted link
    int
    The vcId to modify
    boolean
    The body of the request, containing the SPIs
    boolean
    The Yamcs instance
    boolean
    The name of the encrypted link
    boolean
    The vcId to modify

    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()
       The Yamcs instance
       
      optional string instance = 1;
      Returns:
      Whether the instance field is set.
    • getInstance

      String getInstance()
       The Yamcs instance
       
      optional string instance = 1;
      Returns:
      The instance.
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes()
       The Yamcs instance
       
      optional string instance = 1;
      Returns:
      The bytes for instance.
    • hasLinkName

      boolean hasLinkName()
       The name of the encrypted link
       
      optional string linkName = 2;
      Returns:
      Whether the linkName field is set.
    • getLinkName

      String getLinkName()
       The name of the encrypted link
       
      optional string linkName = 2;
      Returns:
      The linkName.
    • getLinkNameBytes

      com.google.protobuf.ByteString getLinkNameBytes()
       The name of the encrypted link
       
      optional string linkName = 2;
      Returns:
      The bytes for linkName.
    • hasVcId

      boolean hasVcId()
       The vcId to modify
       
      optional uint32 vcId = 3;
      Returns:
      Whether the vcId field is set.
    • getVcId

      int getVcId()
       The vcId to modify
       
      optional uint32 vcId = 3;
      Returns:
      The vcId.
    • hasBody

      boolean hasBody()
       The body of the request, containing the SPIs
       
      required .yamcs.protobuf.sdls.SetSpisRequestBody body = 4;
      Returns:
      Whether the body field is set.
    • getBody

       The body of the request, containing the SPIs
       
      required .yamcs.protobuf.sdls.SetSpisRequestBody body = 4;
      Returns:
      The body.
    • getBodyOrBuilder

      SetSpisRequestBodyOrBuilder getBodyOrBuilder()
       The body of the request, containing the SPIs
       
      required .yamcs.protobuf.sdls.SetSpisRequestBody body = 4;