Class LogEntrySourceLocation.Builder (3.24.0)

public static final class LogEntrySourceLocation.Builder extends GeneratedMessage.Builder<LogEntrySourceLocation.Builder> implements LogEntrySourceLocationOrBuilder

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

Protobuf type google.logging.v2.LogEntrySourceLocation

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public LogEntrySourceLocation build()
Returns
Type Description
LogEntrySourceLocation

buildPartial()

public LogEntrySourceLocation buildPartial()
Returns
Type Description
LogEntrySourceLocation

clear()

public LogEntrySourceLocation.Builder clear()
Returns
Type Description
LogEntrySourceLocation.Builder
Overrides

clearFile()

public LogEntrySourceLocation.Builder clearFile()

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
LogEntrySourceLocation.Builder

This builder for chaining.

clearFunction()

public LogEntrySourceLocation.Builder clearFunction()

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
LogEntrySourceLocation.Builder

This builder for chaining.

clearLine()

public LogEntrySourceLocation.Builder clearLine()

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
LogEntrySourceLocation.Builder

This builder for chaining.

getDefaultInstanceForType()

public LogEntrySourceLocation getDefaultInstanceForType()
Returns
Type Description
LogEntrySourceLocation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 [(.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
Type Description
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 [(.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()

public long 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(LogEntrySourceLocation other)

public LogEntrySourceLocation.Builder mergeFrom(LogEntrySourceLocation other)
Parameter
Name Description
other LogEntrySourceLocation
Returns
Type Description
LogEntrySourceLocation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LogEntrySourceLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LogEntrySourceLocation.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public LogEntrySourceLocation.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
LogEntrySourceLocation.Builder
Overrides

setFile(String value)

public LogEntrySourceLocation.Builder setFile(String value)

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];

Parameter
Name Description
value String

The file to set.

Returns
Type Description
LogEntrySourceLocation.Builder

This builder for chaining.

setFileBytes(ByteString value)

public LogEntrySourceLocation.Builder setFileBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for file to set.

Returns
Type Description
LogEntrySourceLocation.Builder

This builder for chaining.

setFunction(String value)

public LogEntrySourceLocation.Builder setFunction(String value)

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];

Parameter
Name Description
value String

The function to set.

Returns
Type Description
LogEntrySourceLocation.Builder

This builder for chaining.

setFunctionBytes(ByteString value)

public LogEntrySourceLocation.Builder setFunctionBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for function to set.

Returns
Type Description
LogEntrySourceLocation.Builder

This builder for chaining.

setLine(long value)

public LogEntrySourceLocation.Builder setLine(long value)

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

int64 line = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value long

The line to set.

Returns
Type Description
LogEntrySourceLocation.Builder

This builder for chaining.