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 Summary
Modifier and TypeMethodDescriptionCurrent-state distributions computed from the latest bot data.Current-state distributions computed from the latest bot data.getSnapshots(int index) Time-series snapshots ordered oldest to newest.intTime-series snapshots ordered oldest to newest.Time-series snapshots ordered oldest to newest.getSnapshotsOrBuilder(int index) Time-series snapshots ordered oldest to newest.List<? extends MetricsSnapshotOrBuilder> Time-series snapshots ordered oldest to newest.booleanCurrent-state distributions computed from the latest bot data.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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;
-