Class GetLogMetricRequest (4.0.0)

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

The parameters to GetLogMetric.

Inheritance

Object > GetLogMetricRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

GetLogMetricRequest()

public GetLogMetricRequest()

GetLogMetricRequest(GetLogMetricRequest)

public GetLogMetricRequest(GetLogMetricRequest other)
Parameter
NameDescription
otherGetLogMetricRequest

Properties

MetricName

public string MetricName { get; set; }

Required. The resource name of the desired metric:

"projects/[PROJECT_ID]/metrics/[METRIC_ID]"

Property Value
TypeDescription
String

MetricNameAsLogMetricName

public LogMetricName MetricNameAsLogMetricName { get; set; }

LogMetricName-typed view over the MetricName resource name property.

Property Value
TypeDescription
LogMetricName