Uses of Interface
com.google.devtools.clouderrorreporting.v1beta1.SourceLocationOrBuilder
-
Packages that use SourceLocationOrBuilder Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of SourceLocationOrBuilder in com.google.devtools.clouderrorreporting.v1beta1
Classes in com.google.devtools.clouderrorreporting.v1beta1 that implement SourceLocationOrBuilder Modifier and Type Class Description class
SourceLocation
Indicates a location in the source code of the service for which errors are reported.static class
SourceLocation.Builder
Indicates a location in the source code of the service for which errors are reported.Methods in com.google.devtools.clouderrorreporting.v1beta1 that return SourceLocationOrBuilder Modifier and Type Method Description SourceLocationOrBuilder
ErrorContext.Builder. getReportLocationOrBuilder()
The location in the source code where the decision was made to report the error, usually the place where it was logged.SourceLocationOrBuilder
ErrorContext. getReportLocationOrBuilder()
The location in the source code where the decision was made to report the error, usually the place where it was logged.SourceLocationOrBuilder
ErrorContextOrBuilder. getReportLocationOrBuilder()
The location in the source code where the decision was made to report the error, usually the place where it was logged.
-