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 TypeMethodDescriptioncom.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
-
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;
-