Stackdriver Monitoring V3 Client - Class UpdateServiceLevelObjectiveRequest (1.9.0)

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

The UpdateServiceLevelObjective request.

Generated from protobuf message google.monitoring.v3.UpdateServiceLevelObjectiveRequest

Namespace

Google \ Cloud \ Monitoring \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service_level_objective Google\Cloud\Monitoring\V3\ServiceLevelObjective

Required. The ServiceLevelObjective to draw updates from. The given name specifies the resource to update.

↳ update_mask Google\Protobuf\FieldMask

A set of field paths defining which fields to use for the update.

getServiceLevelObjective

Required. The ServiceLevelObjective to draw updates from.

The given name specifies the resource to update.

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

hasServiceLevelObjective

clearServiceLevelObjective

setServiceLevelObjective

Required. The ServiceLevelObjective to draw updates from.

The given name specifies the resource to update.

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

getUpdateMask

A set of field paths defining which fields to use for the update.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

A set of field paths defining which fields to use for the update.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
serviceLevelObjective Google\Cloud\Monitoring\V3\ServiceLevelObjective

Required. The ServiceLevelObjective to draw updates from. The given name specifies the resource to update.

Returns
TypeDescription
Google\Cloud\Monitoring\V3\UpdateServiceLevelObjectiveRequest