DeleteLogMetricRequest
class DeleteLogMetricRequest extends Message
The parameters to DeleteLogMetric.
Protobuf type Google\Logging\V2\DeleteLogMetricRequest
Methods
__construct()
No description
string
getMetricName()
The resource name of the metric to delete: "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
setMetricName(string $var)
The resource name of the metric to delete: "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
Details
at line 26
__construct()
at line 38
string
getMetricName()
The resource name of the metric to delete: "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 metric to delete: "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
Generated from protobuf field string metric_name = 1;