Class LogEntrySourceLocation.Builder (1.40.0)

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

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

Protobuf type google.api.servicecontrol.v1.LogEntrySourceLocation

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LogEntrySourceLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
LogEntrySourceLocation.Builder
Overrides

build()

public LogEntrySourceLocation build()
Returns
TypeDescription
LogEntrySourceLocation

buildPartial()

public LogEntrySourceLocation buildPartial()
Returns
TypeDescription
LogEntrySourceLocation

clear()

public LogEntrySourceLocation.Builder clear()
Returns
TypeDescription
LogEntrySourceLocation.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public LogEntrySourceLocation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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;

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

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

Returns
TypeDescription
LogEntrySourceLocation.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public LogEntrySourceLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
LogEntrySourceLocation.Builder
Overrides

clone()

public LogEntrySourceLocation.Builder clone()
Returns
TypeDescription
LogEntrySourceLocation.Builder
Overrides

getDefaultInstanceForType()

public LogEntrySourceLocation getDefaultInstanceForType()
Returns
TypeDescription
LogEntrySourceLocation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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;

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(LogEntrySourceLocation other)

public LogEntrySourceLocation.Builder mergeFrom(LogEntrySourceLocation other)
Parameter
NameDescription
otherLogEntrySourceLocation
Returns
TypeDescription
LogEntrySourceLocation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LogEntrySourceLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LogEntrySourceLocation.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public LogEntrySourceLocation.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
LogEntrySourceLocation.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LogEntrySourceLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
LogEntrySourceLocation.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public LogEntrySourceLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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;

Parameter
NameDescription
valueString

The file to set.

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

Parameter
NameDescription
valueByteString

The bytes for file to set.

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

Parameter
NameDescription
valueString

The function to set.

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

Parameter
NameDescription
valueByteString

The bytes for function to set.

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

Parameter
NameDescription
valuelong

The line to set.

Returns
TypeDescription
LogEntrySourceLocation.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public LogEntrySourceLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
LogEntrySourceLocation.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final LogEntrySourceLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
LogEntrySourceLocation.Builder
Overrides