Stackdriver Monitoring V3 Client - Class CreateServiceLevelObjectiveRequest (1.8.0)

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

The CreateServiceLevelObjective request.

Generated from protobuf message google.monitoring.v3.CreateServiceLevelObjectiveRequest

Namespace

Google \ Cloud \ Monitoring \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ service_level_objective_id string

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

↳ service_level_objective Google\Cloud\Monitoring\V3\ServiceLevelObjective

Required. The ServiceLevelObjective to create. The provided name will be respected if no ServiceLevelObjective exists with this name.

getParent

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

Returns
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getServiceLevelObjectiveId

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

Returns
TypeDescription
string

setServiceLevelObjectiveId

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getServiceLevelObjective

Required. The ServiceLevelObjective to create.

The provided name will be respected if no ServiceLevelObjective exists with this name.

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

hasServiceLevelObjective

clearServiceLevelObjective

setServiceLevelObjective

Required. The ServiceLevelObjective to create.

The provided name will be respected if no ServiceLevelObjective exists with this name.

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

static::build

Parameters
NameDescription
parent string

Required. Resource name of the parent Service. The format is:

projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] Please see Google\Cloud\Monitoring\V3\ServiceMonitoringServiceClient::serviceName() for help formatting this field.

serviceLevelObjective Google\Cloud\Monitoring\V3\ServiceLevelObjective

Required. The ServiceLevelObjective to create. The provided name will be respected if no ServiceLevelObjective exists with this name.

Returns
TypeDescription
Google\Cloud\Monitoring\V3\CreateServiceLevelObjectiveRequest