Reference documentation and code samples for the Stackdriver Monitoring V3 Client class UpdateGroupRequest.
The UpdateGroup request.
Generated from protobuf message google.monitoring.v3.UpdateGroupRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ group |
Google\Cloud\Monitoring\V3\Group
Required. The new definition of the group. All fields of the existing group, excepting |
↳ validate_only |
bool
If true, validate this request but do not update the existing group. |
getGroup
Required. 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 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Monitoring\V3\Group|null |
|
hasGroup
clearGroup
setGroup
Required. 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 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Monitoring\V3\Group
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValidateOnly
If true, validate this request but do not update the existing group.
Generated from protobuf field bool validate_only = 3;
| Returns | |
|---|---|
| Type | Description |
bool |
|
setValidateOnly
If true, validate this request but do not update the existing group.
Generated from protobuf field bool validate_only = 3;
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|