class DeleteEventsRequest extends Message

Deletes all events in the project.

Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\DeleteEventsRequest

Methods

__construct()

No description

string
getProjectName()

[Required] The resource name of the Google Cloud Platform project. Written as projects/ plus the Google Cloud Platform project ID.

setProjectName(string $var)

[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;

Return Value

string

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;

Parameters

string $var