Interface GetInstanceMetricsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetInstanceMetricsRequest, GetInstanceMetricsRequest.Builder
@Generated
public interface GetInstanceMetricsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe UUID of the SoulFire instance to get metrics for.com.google.protobuf.ByteStringThe UUID of the SoulFire instance to get metrics for.com.google.protobuf.TimestampgetSince()If set, only return snapshots taken after this timestamp.com.google.protobuf.TimestampOrBuilderIf set, only return snapshots taken after this timestamp.booleanhasSince()If set, only return snapshots taken after this timestamp.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
-
getInstanceId
String getInstanceId()The UUID of the SoulFire instance to get metrics for.
string instance_id = 1;- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()The UUID of the SoulFire instance to get metrics for.
string instance_id = 1;- Returns:
- The bytes for instanceId.
-
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 = 2;- 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 = 2;- 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 = 2;
-