Package | Description |
---|---|
com.google.api.services.clouderrorreporting.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
SourceReference |
SourceReference.clone() |
SourceReference |
SourceReference.set(java.lang.String fieldName,
java.lang.Object value) |
SourceReference |
SourceReference.setRepository(java.lang.String repository)
Optional.
|
SourceReference |
SourceReference.setRevisionId(java.lang.String revisionId)
The canonical and persistent identifier of the deployed revision.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SourceReference> |
ErrorContext.getSourceReferences()
Source code that was used to build the executable which has caused the given error message.
|
Modifier and Type | Method and Description |
---|---|
ErrorContext |
ErrorContext.setSourceReferences(java.util.List<SourceReference> sourceReferences)
Source code that was used to build the executable which has caused the given error message.
|