Stackdriver Monitoring V3 Client - Class CreateServiceRequest (1.3.2)

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

The CreateService request.

Generated from protobuf message google.monitoring.v3.CreateServiceRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Resource name of the parent workspace. The format is: projects/[PROJECT_ID_OR_NUMBER]

↳ service_id string

Optional. The Service id to use for this Service. If omitted, an id will be generated instead. Must match the pattern [a-z0-9\-]+

↳ service Google\Cloud\Monitoring\V3\Service

Required. The Service to create.

getParent

Required. Resource name of the parent workspace. The format is: projects/[PROJECT_ID_OR_NUMBER]

Returns
TypeDescription
string

setParent

Required. Resource name of the parent workspace. The format is: projects/[PROJECT_ID_OR_NUMBER]

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getServiceId

Optional. The Service id to use for this Service. If omitted, an id will be generated instead. Must match the pattern [a-z0-9\-]+

Returns
TypeDescription
string

setServiceId

Optional. The Service id to use for this Service. If omitted, an id will be generated instead. Must match the pattern [a-z0-9\-]+

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getService

Required. The Service to create.

Returns
TypeDescription
Google\Cloud\Monitoring\V3\Service|null

hasService

clearService

setService

Required. The Service to create.

Parameter
NameDescription
var Google\Cloud\Monitoring\V3\Service
Returns
TypeDescription
$this