Interface BatchSetParameterValuesRequest.SetParameterValueRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BatchSetParameterValuesRequest.SetParameterValueRequest, BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
Enclosing class:
BatchSetParameterValuesRequest

public static interface BatchSetParameterValuesRequest.SetParameterValueRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    How long before this value is expired, in milliseconds
    com.google.protobuf.Timestamp
    The generation time of the value.
    com.google.protobuf.TimestampOrBuilder
    The generation time of the value.
    Parameter identifier.
    Parameter identifier.
    The new value
    The new value
    boolean
    How long before this value is expired, in milliseconds
    boolean
    The generation time of the value.
    boolean
    Parameter identifier.
    boolean
    The new value

    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

    • hasId

      boolean hasId()
       Parameter identifier. This takes the form of a namespace and
       a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      optional .yamcs.protobuf.NamedObjectId id = 1;
      Returns:
      Whether the id field is set.
    • getId

       Parameter identifier. This takes the form of a namespace and
       a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      optional .yamcs.protobuf.NamedObjectId id = 1;
      Returns:
      The id.
    • getIdOrBuilder

       Parameter identifier. This takes the form of a namespace and
       a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      optional .yamcs.protobuf.NamedObjectId id = 1;
    • 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 is expired, in milliseconds
       
      optional uint64 expiresIn = 4;
      Returns:
      Whether the expiresIn field is set.
    • getExpiresIn

      long getExpiresIn()
       How long before this value is expired, in milliseconds
       
      optional uint64 expiresIn = 4;
      Returns:
      The expiresIn.