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 classSourceLocationIndicates a location in the source code of the service for which errors are reported.static classSourceLocation.BuilderIndicates 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 SourceLocationOrBuilderErrorContext.Builder. getReportLocationOrBuilder()The location in the source code where the decision was made to report the error, usually the place where it was logged.SourceLocationOrBuilderErrorContext. getReportLocationOrBuilder()The location in the source code where the decision was made to report the error, usually the place where it was logged.SourceLocationOrBuilderErrorContextOrBuilder. getReportLocationOrBuilder()The location in the source code where the decision was made to report the error, usually the place where it was logged.
-