Stackdriver Monitoring V3 Client - Class CreateServiceLevelObjectiveRequest (1.2.2)

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

The CreateServiceLevelObjective request.

Generated from protobuf message google.monitoring.v3.CreateServiceLevelObjectiveRequest

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]

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
TypeDescription
string

setParent

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

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

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\-]+

Generated from protobuf field string service_level_objective_id = 3;

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\-]+

Generated from protobuf field string service_level_objective_id = 3;

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.

Generated from protobuf field .google.monitoring.v3.ServiceLevelObjective service_level_objective = 2 [(.google.api.field_behavior) = REQUIRED];

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.

Generated from protobuf field .google.monitoring.v3.ServiceLevelObjective service_level_objective = 2 [(.google.api.field_behavior) = REQUIRED];

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