Interface BatchSetParameterValuesRequest.SetParameterValueRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getGenerationTime()
      The generation time of the value.
      com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
      The generation time of the value.
      Yamcs.NamedObjectId getId()
      optional .yamcs.protobuf.NamedObjectId id = 1;
      Yamcs.NamedObjectIdOrBuilder getIdOrBuilder()
      optional .yamcs.protobuf.NamedObjectId id = 1;
      Yamcs.Value getValue()
      optional .yamcs.protobuf.Value value = 2;
      Yamcs.ValueOrBuilder getValueOrBuilder()
      optional .yamcs.protobuf.Value value = 2;
      boolean hasGenerationTime()
      The generation time of the value.
      boolean hasId()
      optional .yamcs.protobuf.NamedObjectId id = 1;
      boolean hasValue()
      optional .yamcs.protobuf.Value value = 2;
      • 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 Detail

      • hasId

        boolean hasId()
        optional .yamcs.protobuf.NamedObjectId id = 1;
        Returns:
        Whether the id field is set.
      • getId

        Yamcs.NamedObjectId getId()
        optional .yamcs.protobuf.NamedObjectId id = 1;
        Returns:
        The id.
      • hasValue

        boolean hasValue()
        optional .yamcs.protobuf.Value value = 2;
        Returns:
        Whether the value field is set.
      • getValue

        Yamcs.Value getValue()
        optional .yamcs.protobuf.Value value = 2;
        Returns:
        The value.
      • getValueOrBuilder

        Yamcs.ValueOrBuilder getValueOrBuilder()
        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;