Class MonitoredProject (1.2.3)

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

A project being monitored <https://cloud.google.com/monitoring/settings/multiple-projects#create-multi>__ by a Metrics Scope.

Attributes

NameDescription
name str
Immutable. The resource name of the ``MonitoredProject``. On input, the resource name includes the scoping project ID and monitored project ID. On output, it contains the equivalent project numbers. Example: ``locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}``
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when this ``MonitoredProject`` was created.

Inheritance

builtins.object > proto.message.Message > MonitoredProject