CreateGroupRequest
class CreateGroupRequest extends Message
The CreateGroup
request.
Protobuf type Google\Monitoring\V3\CreateGroupRequest
Methods
No description
The project in which to create the group. The format is
"projects/{project_id_or_number}"
.
The project in which to create the group. The format is
"projects/{project_id_or_number}"
.
A group definition. It is an error to define the name
field because
the system assigns the name.
If true, validate this request but do not create the group.
If true, validate this request but do not create the group.
Details
at line 39
__construct()
at line 51
string
getName()
The project in which to create the group. The format is
"projects/{project_id_or_number}"
.
Generated from protobuf field string name = 4;
at line 63
setName(string $var)
The project in which to create the group. The format is
"projects/{project_id_or_number}"
.
Generated from protobuf field string name = 4;
at line 76
Group
getGroup()
A group definition. It is an error to define the name
field because
the system assigns the name.
Generated from protobuf field .google.monitoring.v3.Group group = 2;
at line 88
setGroup(Group $var)
A group definition. It is an error to define the name
field because
the system assigns the name.
Generated from protobuf field .google.monitoring.v3.Group group = 2;
at line 100
bool
getValidateOnly()
If true, validate this request but do not create the group.
Generated from protobuf field bool validate_only = 3;
at line 111
setValidateOnly(bool $var)
If true, validate this request but do not create the group.
Generated from protobuf field bool validate_only = 3;