Interface GetServerMetricsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetServerMetricsResponse, GetServerMetricsResponse.Builder
@Generated
public interface GetServerMetricsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSnapshots(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 ServerMetricsSnapshotOrBuilder> Time-series snapshots ordered oldest to newest.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<ServerMetricsSnapshot> getSnapshotsList()Time-series snapshots ordered oldest to newest. Contains up to 600 snapshots (30 minutes at 3-second intervals).
repeated .soulfire.v1.ServerMetricsSnapshot snapshots = 1; -
getSnapshots
Time-series snapshots ordered oldest to newest. Contains up to 600 snapshots (30 minutes at 3-second intervals).
repeated .soulfire.v1.ServerMetricsSnapshot snapshots = 1; -
getSnapshotsCount
int getSnapshotsCount()Time-series snapshots ordered oldest to newest. Contains up to 600 snapshots (30 minutes at 3-second intervals).
repeated .soulfire.v1.ServerMetricsSnapshot snapshots = 1; -
getSnapshotsOrBuilderList
List<? extends ServerMetricsSnapshotOrBuilder> getSnapshotsOrBuilderList()Time-series snapshots ordered oldest to newest. Contains up to 600 snapshots (30 minutes at 3-second intervals).
repeated .soulfire.v1.ServerMetricsSnapshot snapshots = 1; -
getSnapshotsOrBuilder
Time-series snapshots ordered oldest to newest. Contains up to 600 snapshots (30 minutes at 3-second intervals).
repeated .soulfire.v1.ServerMetricsSnapshot snapshots = 1;
-