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.
Implements
IMessageGetAlertPolicyRequest, IEquatableGetAlertPolicyRequest, IDeepCloneableGetAlertPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
GetAlertPolicyRequest()
public GetAlertPolicyRequest()
GetAlertPolicyRequest(GetAlertPolicyRequest)
public GetAlertPolicyRequest(GetAlertPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other | GetAlertPolicyRequest |
Properties
AlertPolicyName
public AlertPolicyName AlertPolicyName { get; set; }
AlertPolicyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ResourceName
public IResourceName ResourceName { get; set; }
IResourceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |