Interface GetInstanceMetricsResponseOrBuilder

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

@Generated public interface GetInstanceMetricsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSnapshotsList

      List<MetricsSnapshot> getSnapshotsList()
      Time-series snapshots ordered oldest to newest.
      Contains up to 600 snapshots (30 minutes at 3-second intervals).
      If the request included a "since" timestamp, only newer snapshots are returned.
      
      repeated .soulfire.v1.MetricsSnapshot snapshots = 1;
    • getSnapshots

      MetricsSnapshot getSnapshots(int index)
      Time-series snapshots ordered oldest to newest.
      Contains up to 600 snapshots (30 minutes at 3-second intervals).
      If the request included a "since" timestamp, only newer snapshots are returned.
      
      repeated .soulfire.v1.MetricsSnapshot snapshots = 1;
    • getSnapshotsCount

      int getSnapshotsCount()
      Time-series snapshots ordered oldest to newest.
      Contains up to 600 snapshots (30 minutes at 3-second intervals).
      If the request included a "since" timestamp, only newer snapshots are returned.
      
      repeated .soulfire.v1.MetricsSnapshot snapshots = 1;
    • getSnapshotsOrBuilderList

      List<? extends MetricsSnapshotOrBuilder> getSnapshotsOrBuilderList()
      Time-series snapshots ordered oldest to newest.
      Contains up to 600 snapshots (30 minutes at 3-second intervals).
      If the request included a "since" timestamp, only newer snapshots are returned.
      
      repeated .soulfire.v1.MetricsSnapshot snapshots = 1;
    • getSnapshotsOrBuilder

      MetricsSnapshotOrBuilder getSnapshotsOrBuilder(int index)
      Time-series snapshots ordered oldest to newest.
      Contains up to 600 snapshots (30 minutes at 3-second intervals).
      If the request included a "since" timestamp, only newer snapshots are returned.
      
      repeated .soulfire.v1.MetricsSnapshot snapshots = 1;
    • hasDistributions

      boolean hasDistributions()
      Current-state distributions computed from the latest bot data.
      
      .soulfire.v1.MetricsDistributions distributions = 2;
      Returns:
      Whether the distributions field is set.
    • getDistributions

      MetricsDistributions getDistributions()
      Current-state distributions computed from the latest bot data.
      
      .soulfire.v1.MetricsDistributions distributions = 2;
      Returns:
      The distributions.
    • getDistributionsOrBuilder

      MetricsDistributionsOrBuilder getDistributionsOrBuilder()
      Current-state distributions computed from the latest bot data.
      
      .soulfire.v1.MetricsDistributions distributions = 2;