Package org.yamcs.protobuf
Interface ParameterValueUpdateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParameterValueUpdate
,ParameterValueUpdate.Builder
public interface ParameterValueUpdateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
How long before this value expires, in millisecondscom.google.protobuf.Timestamp
The generation time of the value.com.google.protobuf.TimestampOrBuilder
The generation time of the value.Fully qualified parameter namecom.google.protobuf.ByteString
Fully qualified parameter namegetValue()
The new valueThe new valueboolean
How long before this value expires, in millisecondsboolean
The generation time of the value.boolean
Fully qualified parameter 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
-
hasParameter
boolean hasParameter()Fully qualified parameter name
optional string parameter = 1;
- Returns:
- Whether the parameter field is set.
-
getParameter
String getParameter()Fully qualified parameter name
optional string parameter = 1;
- Returns:
- The parameter.
-
getParameterBytes
com.google.protobuf.ByteString getParameterBytes()Fully qualified parameter name
optional string parameter = 1;
- Returns:
- The bytes for parameter.
-
hasValue
boolean hasValue()The new value
optional .yamcs.protobuf.Value value = 2;
- Returns:
- Whether the value field is set.
-
getValue
Yamcs.Value getValue()The new value
optional .yamcs.protobuf.Value value = 2;
- Returns:
- The value.
-
getValueOrBuilder
Yamcs.ValueOrBuilder getValueOrBuilder()The new value
optional .yamcs.protobuf.Value value = 2;
-
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 = 3;
- 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 = 3;
- 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 = 3;
-
hasExpiresIn
boolean hasExpiresIn()How long before this value expires, in milliseconds
optional uint64 expiresIn = 4;
- Returns:
- Whether the expiresIn field is set.
-
getExpiresIn
long getExpiresIn()How long before this value expires, in milliseconds
optional uint64 expiresIn = 4;
- Returns:
- The expiresIn.
-