public final class LogEntrySourceLocation extends GeneratedMessageV3 implements LogEntrySourceLocationOrBuilder
Additional information about the source code location that produced the log
entry.
Protobuf type google.logging.v2.LogEntrySourceLocation
Static Fields
FILE_FIELD_NUMBER
public static final int FILE_FIELD_NUMBER
Field Value
FUNCTION_FIELD_NUMBER
public static final int FUNCTION_FIELD_NUMBER
Field Value
LINE_FIELD_NUMBER
public static final int LINE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static LogEntrySourceLocation getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static LogEntrySourceLocation.Builder newBuilder()
Returns
newBuilder(LogEntrySourceLocation prototype)
public static LogEntrySourceLocation.Builder newBuilder(LogEntrySourceLocation prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static LogEntrySourceLocation parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LogEntrySourceLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static LogEntrySourceLocation parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LogEntrySourceLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static LogEntrySourceLocation parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LogEntrySourceLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static LogEntrySourceLocation parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LogEntrySourceLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static LogEntrySourceLocation parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LogEntrySourceLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static LogEntrySourceLocation parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LogEntrySourceLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<LogEntrySourceLocation> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public LogEntrySourceLocation getDefaultInstanceForType()
Returns
getFile()
Optional. Source file name. Depending on the runtime environment, this
might be a simple name or a fully-qualified name.
string file = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type |
Description |
String |
The file.
|
getFileBytes()
public ByteString getFileBytes()
Optional. Source file name. Depending on the runtime environment, this
might be a simple name or a fully-qualified name.
string file = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
getFunction()
public String getFunction()
Optional. Human-readable name of the function or method being invoked, with
optional context such as the class or package name. This information may be
used in contexts such as the logs viewer, where a file and line number are
less meaningful. The format can vary by language. For example:
qual.if.ied.Class.method
(Java), dir/package.func
(Go), function
(Python).
string function = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type |
Description |
String |
The function.
|
getFunctionBytes()
public ByteString getFunctionBytes()
Optional. Human-readable name of the function or method being invoked, with
optional context such as the class or package name. This information may be
used in contexts such as the logs viewer, where a file and line number are
less meaningful. The format can vary by language. For example:
qual.if.ied.Class.method
(Java), dir/package.func
(Go), function
(Python).
string function = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type |
Description |
ByteString |
The bytes for function.
|
getLine()
Optional. Line within the source file. 1-based; 0 indicates no line number
available.
int64 line = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type |
Description |
long |
The line.
|
getParserForType()
public Parser<LogEntrySourceLocation> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public LogEntrySourceLocation.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LogEntrySourceLocation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public LogEntrySourceLocation.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions