Package org.yamcs.protobuf
Interface LoadParameterValuesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoadParameterValuesResponse,LoadParameterValuesResponse.Builder
public interface LoadParameterValuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampThe latest generation time of all received valuescom.google.protobuf.TimestampOrBuilderThe latest generation time of all received valuescom.google.protobuf.TimestampThe earliest generation time of all received valuescom.google.protobuf.TimestampOrBuilderThe earliest generation time of all received valuesintThe number of values that were loadedbooleanThe latest generation time of all received valuesbooleanThe earliest generation time of all received valuesbooleanThe number of values that were loadedMethods 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
-
hasValueCount
boolean hasValueCount()The number of values that were loaded
optional uint32 valueCount = 1;- Returns:
- Whether the valueCount field is set.
-
getValueCount
int getValueCount()The number of values that were loaded
optional uint32 valueCount = 1;- Returns:
- The valueCount.
-
hasMinGenerationTime
boolean hasMinGenerationTime()The earliest generation time of all received values
optional .google.protobuf.Timestamp minGenerationTime = 2;- Returns:
- Whether the minGenerationTime field is set.
-
getMinGenerationTime
com.google.protobuf.Timestamp getMinGenerationTime()The earliest generation time of all received values
optional .google.protobuf.Timestamp minGenerationTime = 2;- Returns:
- The minGenerationTime.
-
getMinGenerationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getMinGenerationTimeOrBuilder()The earliest generation time of all received values
optional .google.protobuf.Timestamp minGenerationTime = 2; -
hasMaxGenerationTime
boolean hasMaxGenerationTime()The latest generation time of all received values
optional .google.protobuf.Timestamp maxGenerationTime = 3;- Returns:
- Whether the maxGenerationTime field is set.
-
getMaxGenerationTime
com.google.protobuf.Timestamp getMaxGenerationTime()The latest generation time of all received values
optional .google.protobuf.Timestamp maxGenerationTime = 3;- Returns:
- The maxGenerationTime.
-
getMaxGenerationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getMaxGenerationTimeOrBuilder()The latest generation time of all received values
optional .google.protobuf.Timestamp maxGenerationTime = 3;
-