public sealed class GetAlertPolicyRequest : IMessage<GetAlertPolicyRequest>, IEquatable<GetAlertPolicyRequest>, IDeepCloneable<GetAlertPolicyRequest>, IBufferMessage, IMessageThe protocol for the GetAlertPolicy request.
Implements
IMessage<GetAlertPolicyRequest>, IEquatable<GetAlertPolicyRequest>, IDeepCloneable<GetAlertPolicyRequest>, 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 |
|