class UpdateGroupRequest extends Message

The UpdateGroup request.

Protobuf type Google\Monitoring\V3\UpdateGroupRequest

Methods

__construct()

No description

getGroup()

The new definition of the group. All fields of the existing group, excepting name, are replaced with the corresponding fields of this group.

setGroup(Group $var)

The new definition of the group. All fields of the existing group, excepting name, are replaced with the corresponding fields of this group.

bool
getValidateOnly()

If true, validate this request but do not update the existing group.

setValidateOnly(bool $var)

If true, validate this request but do not update the existing group.

Details

at line 32
__construct()

at line 44
Group getGroup()

The new definition of the group. All fields of the existing group, excepting name, are replaced with the corresponding fields of this group.

Generated from protobuf field .google.monitoring.v3.Group group = 2;

Return Value

Group

at line 56
setGroup(Group $var)

The new definition of the group. All fields of the existing group, excepting name, are replaced with the corresponding fields of this group.

Generated from protobuf field .google.monitoring.v3.Group group = 2;

Parameters

Group $var

at line 68
bool getValidateOnly()

If true, validate this request but do not update the existing group.

Generated from protobuf field bool validate_only = 3;

Return Value

bool

at line 79
setValidateOnly(bool $var)

If true, validate this request but do not update the existing group.

Generated from protobuf field bool validate_only = 3;

Parameters

bool $var