REST Resource: locations.global.metricsScopes.projects

Resource: MonitoredProject

A project being monitored by a Metrics Scope.

JSON representation
{
  "name": string,
  "createTime": string
}
Fields
name

string

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}

createTime

string (Timestamp format)

Output only. The time when this MonitoredProject was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Methods

create

Adds a MonitoredProject with the given project ID to the specified Metrics Scope.

delete

Deletes a MonitoredProject from the specified Metrics Scope.