Package | Description |
---|---|
com.google.api.services.clouderrorreporting.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ServiceContext |
ServiceContext.clone() |
ServiceContext |
ErrorEvent.getServiceContext()
The `ServiceContext` for which this error was reported.
|
ServiceContext |
ReportedErrorEvent.getServiceContext()
Required.
|
ServiceContext |
ServiceContext.set(java.lang.String fieldName,
java.lang.Object value) |
ServiceContext |
ServiceContext.setResourceType(java.lang.String resourceType)
Type of the MonitoredResource.
|
ServiceContext |
ServiceContext.setService(java.lang.String service)
An identifier of the service, such as the name of the executable, job, or Google App Engine
service name.
|
ServiceContext |
ServiceContext.setVersion(java.lang.String version)
Represents the source code version that the developer provided, which could represent a version
label or a Git SHA-1 hash, for example.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ServiceContext> |
ErrorGroupStats.getAffectedServices()
Service contexts with a non-zero error count for the given filter criteria.
|
Modifier and Type | Method and Description |
---|---|
ErrorEvent |
ErrorEvent.setServiceContext(ServiceContext serviceContext)
The `ServiceContext` for which this error was reported.
|
ReportedErrorEvent |
ReportedErrorEvent.setServiceContext(ServiceContext serviceContext)
Required.
|
Modifier and Type | Method and Description |
---|---|
ErrorGroupStats |
ErrorGroupStats.setAffectedServices(java.util.List<ServiceContext> affectedServices)
Service contexts with a non-zero error count for the given filter criteria.
|