Reference documentation and code samples for the Error Reporting V1beta1 API class Google::Cloud::ErrorReporting::V1beta1::DeleteEventsRequest.
Deletes all events in the project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#project_name
def project_name() -> ::String
Returns
-
(::String) — Required. The resource name of the Google Cloud Platform project. Written
as
projects/{projectID}
, where{projectID}
is the Google Cloud Platform project ID.Example:
projects/my-project-123
.
#project_name=
def project_name=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the Google Cloud Platform project. Written
as
projects/{projectID}
, where{projectID}
is the Google Cloud Platform project ID.Example:
projects/my-project-123
.
Returns
-
(::String) — Required. The resource name of the Google Cloud Platform project. Written
as
projects/{projectID}
, where{projectID}
is the Google Cloud Platform project ID.Example:
projects/my-project-123
.