Send feedback
Class ReportErrorEventRequest (0.137.0-beta)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.137.0-beta keyboard_arrow_down
public final class ReportErrorEventRequest extends GeneratedMessageV3 implements ReportErrorEventRequestOrBuilder
A request for reporting an individual error event.
Protobuf type google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest
Static Fields
public static final int EVENT_FIELD_NUMBER
Field Value Type Description int
public static final int PROJECT_NAME_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static ReportErrorEventRequest getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ReportErrorEventRequest . Builder newBuilder ()
public static ReportErrorEventRequest . Builder newBuilder ( ReportErrorEventRequest prototype )
public static ReportErrorEventRequest parseDelimitedFrom ( InputStream input )
public static ReportErrorEventRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ReportErrorEventRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static ReportErrorEventRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ReportErrorEventRequest parseFrom ( ByteString data )
public static ReportErrorEventRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ReportErrorEventRequest parseFrom ( CodedInputStream input )
public static ReportErrorEventRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ReportErrorEventRequest parseFrom ( InputStream input )
public static ReportErrorEventRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ReportErrorEventRequest parseFrom ( ByteBuffer data )
public static ReportErrorEventRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ReportErrorEventRequest> parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public ReportErrorEventRequest getDefaultInstanceForType ()
public ReportedErrorEvent getEvent ()
Required. The error event to be reported.
.google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent event = 2 [(.google.api.field_behavior) = REQUIRED];
public ReportedErrorEventOrBuilder getEventOrBuilder ()
Required. The error event to be reported.
.google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent event = 2 [(.google.api.field_behavior) = REQUIRED];
public Parser<ReportErrorEventRequest> getParserForType ()
Overrides
public String getProjectName ()
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
.
string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description String
The projectName.
public ByteString getProjectNameBytes ()
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
.
string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description ByteString
The bytes for projectName.
public int getSerializedSize ()
Returns Type Description int
Overrides
public final UnknownFieldSet getUnknownFields ()
Overrides
public boolean hasEvent ()
Required. The error event to be reported.
.google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent event = 2 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description boolean
Whether the event field is set.
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ReportErrorEventRequest . Builder newBuilderForType ()
protected ReportErrorEventRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public ReportErrorEventRequest . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]