Reference documentation and code samples for the Error Reporting V1beta1 API class Google::Cloud::ErrorReporting::V1beta1::ReportErrorEventRequest.
A request for reporting an individual error event.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#event
def event() -> ::Google::Cloud::ErrorReporting::V1beta1::ReportedErrorEvent
Returns
- (::Google::Cloud::ErrorReporting::V1beta1::ReportedErrorEvent) — Required. The error event to be reported.
#event=
def event=(value) -> ::Google::Cloud::ErrorReporting::V1beta1::ReportedErrorEvent
Parameter
- value (::Google::Cloud::ErrorReporting::V1beta1::ReportedErrorEvent) — Required. The error event to be reported.
Returns
- (::Google::Cloud::ErrorReporting::V1beta1::ReportedErrorEvent) — Required. The error event to be reported.
#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
.