Package org.yamcs.protobuf
Interface SetParameterValueRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetParameterValueRequest
,SetParameterValueRequest.Builder
public interface SetParameterValueRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
How long before this value is expired, in millisecondscom.google.protobuf.Timestamp
The generation time of the value.com.google.protobuf.TimestampOrBuilder
The generation time of the value.Yamcs instance namecom.google.protobuf.ByteString
Yamcs instance namegetName()
Parameter namecom.google.protobuf.ByteString
Parameter nameProcessor namecom.google.protobuf.ByteString
Processor namegetValue()
The new valueThe new valueboolean
How long before this value is expired, in millisecondsboolean
The generation time of the value.boolean
Yamcs instance nameboolean
hasName()
Parameter nameboolean
Processor nameboolean
hasValue()
The new valueMethods 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.
-
hasProcessor
boolean hasProcessor()Processor name
optional string processor = 2;
- Returns:
- Whether the processor field is set.
-
getProcessor
String getProcessor()Processor name
optional string processor = 2;
- Returns:
- The processor.
-
getProcessorBytes
com.google.protobuf.ByteString getProcessorBytes()Processor name
optional string processor = 2;
- Returns:
- The bytes for processor.
-
hasName
boolean hasName()Parameter name
optional string name = 3;
- Returns:
- Whether the name field is set.
-
getName
String getName()Parameter name
optional string name = 3;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Parameter name
optional string name = 3;
- Returns:
- The bytes for name.
-
hasValue
boolean hasValue()The new value
optional .yamcs.protobuf.Value value = 4;
- Returns:
- Whether the value field is set.
-
getValue
Yamcs.Value getValue()The new value
optional .yamcs.protobuf.Value value = 4;
- Returns:
- The value.
-
getValueOrBuilder
Yamcs.ValueOrBuilder getValueOrBuilder()The new value
optional .yamcs.protobuf.Value value = 4;
-
hasGenerationTime
boolean hasGenerationTime()The generation time of the value. If specified, must be a date string in ISO 8601 format.
optional .google.protobuf.Timestamp generationTime = 5;
- Returns:
- Whether the generationTime field is set.
-
getGenerationTime
com.google.protobuf.Timestamp getGenerationTime()The generation time of the value. If specified, must be a date string in ISO 8601 format.
optional .google.protobuf.Timestamp generationTime = 5;
- Returns:
- The generationTime.
-
getGenerationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()The generation time of the value. If specified, must be a date string in ISO 8601 format.
optional .google.protobuf.Timestamp generationTime = 5;
-
hasExpiresIn
boolean hasExpiresIn()How long before this value is expired, in milliseconds
optional uint64 expiresIn = 6;
- Returns:
- Whether the expiresIn field is set.
-
getExpiresIn
long getExpiresIn()How long before this value is expired, in milliseconds
optional uint64 expiresIn = 6;
- Returns:
- The expiresIn.
-