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 SourceLocationSourceLocation.Builder. build()SourceLocationSourceLocation.Builder. buildPartial()static SourceLocationSourceLocation. getDefaultInstance()SourceLocationSourceLocation.Builder. getDefaultInstanceForType()SourceLocationSourceLocation. getDefaultInstanceForType()SourceLocationErrorContext.Builder. getReportLocation()The location in the source code where the decision was made to report the error, usually the place where it was logged.SourceLocationErrorContext. getReportLocation()The location in the source code where the decision was made to report the error, usually the place where it was logged.SourceLocationErrorContextOrBuilder. getReportLocation()The location in the source code where the decision was made to report the error, usually the place where it was logged.static SourceLocationSourceLocation. parseDelimitedFrom(InputStream input)static SourceLocationSourceLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceLocationSourceLocation. parseFrom(byte[] data)static SourceLocationSourceLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceLocationSourceLocation. parseFrom(com.google.protobuf.ByteString data)static SourceLocationSourceLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceLocationSourceLocation. parseFrom(com.google.protobuf.CodedInputStream input)static SourceLocationSourceLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceLocationSourceLocation. parseFrom(InputStream input)static SourceLocationSourceLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceLocationSourceLocation. parseFrom(ByteBuffer data)static SourceLocationSourceLocation. 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.BuilderSourceLocation.Builder. mergeFrom(SourceLocation other)ErrorContext.BuilderErrorContext.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.BuilderSourceLocation. newBuilder(SourceLocation prototype)ErrorContext.BuilderErrorContext.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.
-