DeleteEventsRequest
class DeleteEventsRequest extends Message
Deletes all events in the project.
Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\DeleteEventsRequest
Methods
No description
[Required] The resource name of the Google Cloud Platform project. Written
as projects/
plus the
Google Cloud Platform project
ID.
[Required] The resource name of the Google Cloud Platform project. Written
as projects/
plus the
Google Cloud Platform project
ID.
Details
at line 29
__construct()
at line 44
string
getProjectName()
[Required] The resource name of the Google Cloud Platform project. Written
as projects/
plus the
Google Cloud Platform project
ID.
Example: projects/my-project-123
.
Generated from protobuf field string project_name = 1;
at line 59
setProjectName(string $var)
[Required] The resource name of the Google Cloud Platform project. Written
as projects/
plus the
Google Cloud Platform project
ID.
Example: projects/my-project-123
.
Generated from protobuf field string project_name = 1;