Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.SourceLocation
-
Packages that use SourceLocation Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of SourceLocation in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return SourceLocation Modifier and Type Method Description SourceLocation
SourceLocation.Builder. build()
SourceLocation
SourceLocation.Builder. buildPartial()
static SourceLocation
SourceLocation. getDefaultInstance()
SourceLocation
SourceLocation.Builder. getDefaultInstanceForType()
SourceLocation
SourceLocation. getDefaultInstanceForType()
SourceLocation
ErrorContext.Builder. getReportLocation()
The location in the source code where the decision was made to report the error, usually the place where it was logged.SourceLocation
ErrorContext. getReportLocation()
The location in the source code where the decision was made to report the error, usually the place where it was logged.SourceLocation
ErrorContextOrBuilder. getReportLocation()
The location in the source code where the decision was made to report the error, usually the place where it was logged.static SourceLocation
SourceLocation. parseDelimitedFrom(InputStream input)
static SourceLocation
SourceLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceLocation
SourceLocation. parseFrom(byte[] data)
static SourceLocation
SourceLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceLocation
SourceLocation. parseFrom(com.google.protobuf.ByteString data)
static SourceLocation
SourceLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceLocation
SourceLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static SourceLocation
SourceLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceLocation
SourceLocation. parseFrom(InputStream input)
static SourceLocation
SourceLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceLocation
SourceLocation. parseFrom(ByteBuffer data)
static SourceLocation
SourceLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type SourceLocation Modifier and Type Method Description com.google.protobuf.Parser<SourceLocation>
SourceLocation. getParserForType()
static com.google.protobuf.Parser<SourceLocation>
SourceLocation. parser()
Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type SourceLocation Modifier and Type Method Description SourceLocation.Builder
SourceLocation.Builder. mergeFrom(SourceLocation other)
ErrorContext.Builder
ErrorContext.Builder. mergeReportLocation(SourceLocation value)
The location in the source code where the decision was made to report the error, usually the place where it was logged.static SourceLocation.Builder
SourceLocation. newBuilder(SourceLocation prototype)
ErrorContext.Builder
ErrorContext.Builder. setReportLocation(SourceLocation value)
The location in the source code where the decision was made to report the error, usually the place where it was logged.
-