public interface ReportErrorEventRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ReportedErrorEvent |
getEvent()
[Required] The error event to be reported.
|
ReportedErrorEventOrBuilder |
getEventOrBuilder()
[Required] The error event to be reported.
|
java.lang.String |
getProjectName()
[Required] The resource name of the Google Cloud Platform project.
|
com.google.protobuf.ByteString |
getProjectNameBytes()
[Required] The resource name of the Google Cloud Platform project.
|
boolean |
hasEvent()
[Required] The error event to be reported.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getProjectName()
[Required] The resource name of the Google Cloud Platform project. Written as `projects/` plus the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my-project-123`.
string project_name = 1;com.google.protobuf.ByteString getProjectNameBytes()
[Required] The resource name of the Google Cloud Platform project. Written as `projects/` plus the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my-project-123`.
string project_name = 1;boolean hasEvent()
[Required] The error event to be reported.
.google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent event = 2;ReportedErrorEvent getEvent()
[Required] The error event to be reported.
.google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent event = 2;ReportedErrorEventOrBuilder getEventOrBuilder()
[Required] The error event to be reported.
.google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent event = 2;