GetLogMetricRequest
class GetLogMetricRequest extends Message
The parameters to GetLogMetric.
Protobuf type Google\Logging\V2\GetLogMetricRequest
Methods
__construct()
No description
string
getMetricName()
The resource name of the desired metric: "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
setMetricName(string $var)
The resource name of the desired metric: "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
Details
at line 26
__construct()
at line 38
string
getMetricName()
The resource name of the desired metric: "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
Generated from protobuf field string metric_name = 1;
at line 50
setMetricName(string $var)
The resource name of the desired metric: "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
Generated from protobuf field string metric_name = 1;