Class CreateUptimeCheckConfigRequest (2.3.0)

CreateUptimeCheckConfigRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The protocol for the CreateUptimeCheckConfig request. .. attribute:: parent

Required. The project in which to create the Uptime check. The format is:

::

   projects/[PROJECT_ID_OR_NUMBER]

:type: str

Attribute

NameDescription
uptime_check_config google.cloud.monitoring_v3.types.UptimeCheckConfig
Required. The new Uptime check configuration.