public static interface MetricDescriptor.MetricDescriptorMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Duration |
getIngestDelay()
The delay of data points caused by ingestion.
|
DurationOrBuilder |
getIngestDelayOrBuilder()
The delay of data points caused by ingestion.
|
LaunchStage |
getLaunchStage()
Deprecated.
|
int |
getLaunchStageValue()
Deprecated.
|
Duration |
getSamplePeriod()
The sampling period of metric data points.
|
DurationOrBuilder |
getSamplePeriodOrBuilder()
The sampling period of metric data points.
|
boolean |
hasIngestDelay()
The delay of data points caused by ingestion.
|
boolean |
hasSamplePeriod()
The sampling period of metric data points.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
@Deprecated int getLaunchStageValue()
Deprecated. Please use the MetricDescriptor.launch_stage instead. The launch stage of the metric definition.
.google.api.LaunchStage launch_stage = 1 [deprecated = true];
@Deprecated LaunchStage getLaunchStage()
Deprecated. Please use the MetricDescriptor.launch_stage instead. The launch stage of the metric definition.
.google.api.LaunchStage launch_stage = 1 [deprecated = true];
boolean hasSamplePeriod()
The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.
.google.protobuf.Duration sample_period = 2;
Duration getSamplePeriod()
The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.
.google.protobuf.Duration sample_period = 2;
DurationOrBuilder getSamplePeriodOrBuilder()
The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.
.google.protobuf.Duration sample_period = 2;
boolean hasIngestDelay()
The delay of data points caused by ingestion. Data points older than this age are guaranteed to be ingested and available to be read, excluding data loss due to errors.
.google.protobuf.Duration ingest_delay = 3;
Duration getIngestDelay()
The delay of data points caused by ingestion. Data points older than this age are guaranteed to be ingested and available to be read, excluding data loss due to errors.
.google.protobuf.Duration ingest_delay = 3;
DurationOrBuilder getIngestDelayOrBuilder()
The delay of data points caused by ingestion. Data points older than this age are guaranteed to be ingested and available to be read, excluding data loss due to errors.
.google.protobuf.Duration ingest_delay = 3;