Interface GetServerMetricsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetServerMetricsRequest, GetServerMetricsRequest.Builder

@Generated public interface GetServerMetricsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    If set, only return snapshots taken after this timestamp.
    com.google.protobuf.TimestampOrBuilder
    If set, only return snapshots taken after this timestamp.
    boolean
    If set, only return snapshots taken after this timestamp.

    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

    • hasSince

      boolean hasSince()
      If set, only return snapshots taken after this timestamp.
      Used for incremental fetching to reduce payload size.
      
      optional .google.protobuf.Timestamp since = 1;
      Returns:
      Whether the since field is set.
    • getSince

      com.google.protobuf.Timestamp getSince()
      If set, only return snapshots taken after this timestamp.
      Used for incremental fetching to reduce payload size.
      
      optional .google.protobuf.Timestamp since = 1;
      Returns:
      The since.
    • getSinceOrBuilder

      com.google.protobuf.TimestampOrBuilder getSinceOrBuilder()
      If set, only return snapshots taken after this timestamp.
      Used for incremental fetching to reduce payload size.
      
      optional .google.protobuf.Timestamp since = 1;