Index
MetricsScopes
(interface)CreateMonitoredProjectRequest
(message)DeleteMonitoredProjectRequest
(message)GetMetricsScopeRequest
(message)ListMetricsScopesByMonitoredProjectRequest
(message)ListMetricsScopesByMonitoredProjectResponse
(message)MetricsScope
(message)MonitoredProject
(message)OperationMetadata
(message)OperationMetadata.State
(enum)
MetricsScopes
Manages Cloud Monitoring Metrics Scopes, and the monitoring of Google Cloud projects and AWS accounts.
CreateMonitoredProject |
---|
Adds a
|
DeleteMonitoredProject |
---|
Deletes a
|
GetMetricsScope |
---|
Returns a specific
|
ListMetricsScopesByMonitoredProject |
---|
Returns a list of every
|
CreateMonitoredProjectRequest
Request for the CreateMonitoredProject
method.
Fields | |
---|---|
parent |
Required. The resource name of the existing |
monitored_ |
Required. The initial |
DeleteMonitoredProjectRequest
Request for the DeleteMonitoredProject
method.
Fields | |
---|---|
name |
Required. The resource name of the Authorization requires the following Google IAM permissions on both the |
GetMetricsScopeRequest
Request for the GetMetricsScope
method.
Fields | |
---|---|
name |
Required. The resource name of the Authorization requires the following IAM permission on the specified resource
|
ListMetricsScopesByMonitoredProjectRequest
Request for the ListMetricsScopesByMonitoredProject
method.
Fields | |
---|---|
monitored_ |
Required. The resource name of the Authorization requires the following IAM permission on the specified resource
|
ListMetricsScopesByMonitoredProjectResponse
Response for the ListMetricsScopesByMonitoredProject
method.
Fields | |
---|---|
metrics_ |
A set of all metrics scopes that the specified monitored project has been added to. |
MetricsScope
Represents a Metrics Scope in Cloud Monitoring, which specifies one or more Google projects and zero or more AWS accounts to monitor together.
Fields | |
---|---|
name |
Immutable. The resource name of the Monitoring Metrics Scope. On input, the resource name can be specified with the scoping project ID or number. On output, the resource name is specified with the scoping project number. Example: |
create_ |
Output only. The time when this |
update_ |
Output only. The time when this |
monitored_ |
Output only. The list of projects monitored by this |
MonitoredProject
A project being monitored by a Metrics Scope
.
Fields | |
---|---|
name |
Immutable. The resource name of the |
create_ |
Output only. The time when this |
OperationMetadata
Contains metadata for longrunning operation for the edit Metrics Scope endpoints.
Fields | |
---|---|
state |
Current state of the batch operation. |
create_ |
The time when the batch request was received. |
update_ |
The time when the operation result was last updated. |
State
Batch operation states.
Enums | |
---|---|
STATE_UNSPECIFIED |
Invalid. |
CREATED |
Request has been received. |
RUNNING |
Request is actively being processed. |
DONE |
The batch processing is done. |
CANCELLED |
The batch processing was cancelled. |