Stackdriver Monitoring V3 Client - Class GetMetricDescriptorRequest (1.8.0)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class GetMetricDescriptorRequest.

The GetMetricDescriptor request.

Generated from protobuf message google.monitoring.v3.GetMetricDescriptorRequest

Namespace

Google \ Cloud \ Monitoring \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The metric descriptor on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] An example value of [METRIC_ID] is "compute.googleapis.com/instance/disk/read_bytes_count".

getName

Required. The metric descriptor on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] An example value of [METRIC_ID] is "compute.googleapis.com/instance/disk/read_bytes_count".

Returns
TypeDescription
string

setName

Required. The metric descriptor on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] An example value of [METRIC_ID] is "compute.googleapis.com/instance/disk/read_bytes_count".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The metric descriptor on which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]

An example value of [METRIC_ID] is "compute.googleapis.com/instance/disk/read_bytes_count". Please see Google\Cloud\Monitoring\V3\MetricServiceClient::metricDescriptorName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Monitoring\V3\GetMetricDescriptorRequest