Class LogEntrySourceLocation (1.41.0)

public final class LogEntrySourceLocation extends GeneratedMessageV3 implements LogEntrySourceLocationOrBuilder

Additional information about the source code location that produced the log entry.

Protobuf type google.api.servicecontrol.v1.LogEntrySourceLocation

Static Fields

FILE_FIELD_NUMBER

public static final int FILE_FIELD_NUMBER
Field Value
TypeDescription
int

FUNCTION_FIELD_NUMBER

public static final int FUNCTION_FIELD_NUMBER
Field Value
TypeDescription
int

LINE_FIELD_NUMBER

public static final int LINE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static LogEntrySourceLocation getDefaultInstance()
Returns
TypeDescription
LogEntrySourceLocation

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static LogEntrySourceLocation.Builder newBuilder()
Returns
TypeDescription
LogEntrySourceLocation.Builder

newBuilder(LogEntrySourceLocation prototype)

public static LogEntrySourceLocation.Builder newBuilder(LogEntrySourceLocation prototype)
Parameter
NameDescription
prototypeLogEntrySourceLocation
Returns
TypeDescription
LogEntrySourceLocation.Builder

parseDelimitedFrom(InputStream input)

public static LogEntrySourceLocation parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LogEntrySourceLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static LogEntrySourceLocation parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static LogEntrySourceLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static LogEntrySourceLocation parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static LogEntrySourceLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static LogEntrySourceLocation parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static LogEntrySourceLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static LogEntrySourceLocation parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LogEntrySourceLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static LogEntrySourceLocation parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static LogEntrySourceLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LogEntrySourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<LogEntrySourceLocation> parser()
Returns
TypeDescription
Parser<LogEntrySourceLocation>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public LogEntrySourceLocation getDefaultInstanceForType()
Returns
TypeDescription
LogEntrySourceLocation

getFile()

public String getFile()

Optional. Source file name. Depending on the runtime environment, this might be a simple name or a fully-qualified name.

string file = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for file.

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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for function.

getLine()

public long getLine()

Optional. Line within the source file. 1-based; 0 indicates no line number available.

int64 line = 2;

Returns
TypeDescription
long

The line.

getParserForType()

public Parser<LogEntrySourceLocation> getParserForType()
Returns
TypeDescription
Parser<LogEntrySourceLocation>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public LogEntrySourceLocation.Builder newBuilderForType()
Returns
TypeDescription
LogEntrySourceLocation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected LogEntrySourceLocation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
LogEntrySourceLocation.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public LogEntrySourceLocation.Builder toBuilder()
Returns
TypeDescription
LogEntrySourceLocation.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException