Google Cloud Monitoring v3 API - Class GetAlertPolicyRequest (3.8.0)

public sealed class GetAlertPolicyRequest : IMessage<GetAlertPolicyRequest>, IEquatable<GetAlertPolicyRequest>, IDeepCloneable<GetAlertPolicyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetAlertPolicyRequest.

The protocol for the GetAlertPolicy request.

Inheritance

object > GetAlertPolicyRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

GetAlertPolicyRequest()

public GetAlertPolicyRequest()

GetAlertPolicyRequest(GetAlertPolicyRequest)

public GetAlertPolicyRequest(GetAlertPolicyRequest other)
Parameter
NameDescription
otherGetAlertPolicyRequest

Properties

AlertPolicyName

public AlertPolicyName AlertPolicyName { get; set; }

AlertPolicyName-typed view over the Name resource name property.

Property Value
TypeDescription
AlertPolicyName

Name

public string Name { get; set; }

Required. The alerting policy to retrieve. The format is:

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
Property Value
TypeDescription
string

ResourceName

public IResourceName ResourceName { get; set; }

IResourceName-typed view over the Name resource name property.

Property Value
TypeDescription
IResourceName