Reference documentation and code samples for the Stackdriver Logging V2 Client class CreateLogMetricRequest.
The parameters to CreateLogMetric.
Generated from protobuf message google.logging.v2.CreateLogMetricRequest
Namespace
Google \ Cloud \ Logging \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource name of the project in which to create the metric: "projects/[PROJECT_ID]" The new metric must be provided in the request. |
↳ metric |
Google\Cloud\Logging\V2\LogMetric
Required. The new logs-based metric, which must not have an identifier that already exists. |
getParent
Required. The resource name of the project in which to create the metric: "projects/[PROJECT_ID]" The new metric must be provided in the request.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource name of the project in which to create the metric: "projects/[PROJECT_ID]" The new metric must be provided in the request.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMetric
Required. The new logs-based metric, which must not have an identifier that already exists.
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogMetric|null |
hasMetric
clearMetric
setMetric
Required. The new logs-based metric, which must not have an identifier that already exists.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Logging\V2\LogMetric
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The resource name of the project in which to create the metric: "projects/[PROJECT_ID]" The new metric must be provided in the request. Please see Google\Cloud\Logging\V2\MetricsServiceV2Client::projectName() for help formatting this field. |
metric |
Google\Cloud\Logging\V2\LogMetric
Required. The new logs-based metric, which must not have an identifier that already exists. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\CreateLogMetricRequest |