Class CreateMonitoredProjectRequest (0.1.3)

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

Request for the CreateMonitoredProject method.

Attributes

NameDescription
parent str
Required. The resource name of the existing Metrics Scope that will monitor this project. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}
monitored_project google.cloud.monitoring_metrics_scope_v1.types.MonitoredProject
Required. The initial MonitoredProject configuration. Specify only the monitored_project.name field. All other fields are ignored. The monitored_project.name must be in the format: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}