Reference documentation and code samples for the Stackdriver Monitoring V3 Client class CreateGroupRequest.
The CreateGroup
request.
Generated from protobuf message google.monitoring.v3.CreateGroupRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The project in which to create the group. The format is: projects/[PROJECT_ID_OR_NUMBER] |
↳ group |
Google\Cloud\Monitoring\V3\Group
Required. A group definition. It is an error to define the |
↳ validate_only |
bool
If true, validate this request but do not create the group. |
getName
Required. The project in which to create the group. The format is: projects/[PROJECT_ID_OR_NUMBER]
Generated from protobuf field string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setName
Required. The project in which to create the group. The format is: projects/[PROJECT_ID_OR_NUMBER]
Generated from protobuf field string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGroup
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Cloud\Monitoring\V3\Group|null |
hasGroup
clearGroup
setGroup
Required. 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 [(.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 create the group.
Generated from protobuf field bool validate_only = 3;
Returns | |
---|---|
Type | Description |
bool |
setValidateOnly
If true, validate this request but do not create the group.
Generated from protobuf field bool validate_only = 3;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |