Class ReportErrorEventResponse.Builder (0.204.0-beta)

public static final class ReportErrorEventResponse.Builder extends GeneratedMessage.Builder<ReportErrorEventResponse.Builder> implements ReportErrorEventResponseOrBuilder

Response for reporting an individual error event. Data may be added to this message in the future.

Protobuf type google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ReportErrorEventResponse build()
Returns
Type Description
ReportErrorEventResponse

buildPartial()

public ReportErrorEventResponse buildPartial()
Returns
Type Description
ReportErrorEventResponse

clear()

public ReportErrorEventResponse.Builder clear()
Returns
Type Description
ReportErrorEventResponse.Builder
Overrides

getDefaultInstanceForType()

public ReportErrorEventResponse getDefaultInstanceForType()
Returns
Type Description
ReportErrorEventResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ReportErrorEventResponse other)

public ReportErrorEventResponse.Builder mergeFrom(ReportErrorEventResponse other)
Parameter
Name Description
other ReportErrorEventResponse
Returns
Type Description
ReportErrorEventResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ReportErrorEventResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportErrorEventResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ReportErrorEventResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ReportErrorEventResponse.Builder
Overrides