Class MonitoringMetricDescriptorMetadata.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_metric_descriptor.MonitoringMetricDescriptorMetadata.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringMetricDescriptorMetadata,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringMetricDescriptorMetadata
@Stability(Stable) @Internal public static final class MonitoringMetricDescriptorMetadata.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringMetricDescriptorMetadata
An implementation forMonitoringMetricDescriptorMetadata
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.monitoring_metric_descriptor.MonitoringMetricDescriptorMetadata
MonitoringMetricDescriptorMetadata.Builder, MonitoringMetricDescriptorMetadata.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringMetricDescriptorMetadata.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringMetricDescriptorMetadata.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetIngestDelay()The delay of data points caused by ingestion.StringgetSamplePeriod()The sampling period of metric data points.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MonitoringMetricDescriptorMetadata.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringMetricDescriptorMetadata.Builder.
-
-
Method Detail
-
getIngestDelay
public final String getIngestDelay()
Description copied from interface:MonitoringMetricDescriptorMetadataThe 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. In '[duration format](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf?&_ga=2.264881487.1507873253.1593446723-935052455.1591817775#google.protobuf.Duration)'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_metric_descriptor#ingest_delay MonitoringMetricDescriptor#ingest_delay}
- Specified by:
getIngestDelayin interfaceMonitoringMetricDescriptorMetadata
-
getSamplePeriod
public final String getSamplePeriod()
Description copied from interface:MonitoringMetricDescriptorMetadataThe 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. In '[duration format](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf?&_ga=2.264881487.1507873253.1593446723-935052455.1591817775#google.protobuf.Duration)'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_metric_descriptor#sample_period MonitoringMetricDescriptor#sample_period}
- Specified by:
getSamplePeriodin interfaceMonitoringMetricDescriptorMetadata
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-