public sealed class DeleteMetricDescriptorRequest : IMessage<DeleteMetricDescriptorRequest>, IEquatable<DeleteMetricDescriptorRequest>, IDeepCloneable<DeleteMetricDescriptorRequest>, IBufferMessage, IMessage
The DeleteMetricDescriptor
request.
Implements
IMessage<DeleteMetricDescriptorRequest>, IEquatable<DeleteMetricDescriptorRequest>, IDeepCloneable<DeleteMetricDescriptorRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
DeleteMetricDescriptorRequest()
public DeleteMetricDescriptorRequest()
DeleteMetricDescriptorRequest(DeleteMetricDescriptorRequest)
public DeleteMetricDescriptorRequest(DeleteMetricDescriptorRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteMetricDescriptorRequest |
Properties
MetricDescriptorName
public MetricDescriptorName MetricDescriptorName { get; set; }
MetricDescriptorName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
MetricDescriptorName |
Name
public string Name { get; set; }
Required. The metric descriptor on which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
An example of [METRIC_ID]
is:
"custom.googleapis.com/my_test_metric"
.
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 |