Reference documentation and code samples for the Stackdriver Logging V2 Client class GetLogMetricRequest.
The parameters to GetLogMetric.
Generated from protobuf message google.logging.v2.GetLogMetricRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ metric_name |
string
Required. The resource name of the desired metric: "projects/[PROJECT_ID]/metrics/[METRIC_ID]" |
getMetricName
Required. The resource name of the desired metric: "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
Generated from protobuf field string metric_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setMetricName
Required. The resource name of the desired metric: "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
Generated from protobuf field string metric_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |