Package org.yamcs.protobuf
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 TypeMethodDescriptiongetBody()The body of the request, containing the SPIsThe body of the request, containing the SPIsThe Yamcs instancecom.google.protobuf.ByteStringThe Yamcs instanceThe name of the encrypted linkcom.google.protobuf.ByteStringThe name of the encrypted linkintgetVcId()The vcId to modifybooleanhasBody()The body of the request, containing the SPIsbooleanThe Yamcs instancebooleanThe name of the encrypted linkbooleanhasVcId()The vcId to modifyMethods 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()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
SetSpisRequestBody 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;
-