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 Type
    Method
    Description
    com.google.protobuf.Timestamp
    The latest generation time of all received values
    com.google.protobuf.TimestampOrBuilder
    The latest generation time of all received values
    com.google.protobuf.Timestamp
    The earliest generation time of all received values
    com.google.protobuf.TimestampOrBuilder
    The earliest generation time of all received values
    int
    The number of values that were loaded
    boolean
    The latest generation time of all received values
    boolean
    The earliest generation time of all received values
    boolean
    The number of values that were loaded

    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

    • 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;