UpdateGroupRequest
class UpdateGroupRequest extends Message
The UpdateGroup
request.
Protobuf type Google\Monitoring\V3\UpdateGroupRequest
Methods
No description
The new definition of the group. All fields of the existing group,
excepting name
, are replaced with the corresponding fields of this group.
If true, validate this request but do not update the existing group.
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;
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;
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;
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;