public static final class LogEntrySourceLocation.Builder extends GeneratedMessage.Builder<LogEntrySourceLocation.Builder> implements LogEntrySourceLocationOrBuilderAdditional information about the source code location that produced the log entry.
Protobuf type google.logging.v2.LogEntrySourceLocation
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > LogEntrySourceLocation.BuilderImplements
LogEntrySourceLocationOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public LogEntrySourceLocation.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
LogEntrySourceLocation.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe 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 |
longThe line to set. |
| Returns | |
|---|---|
| Type | Description |
LogEntrySourceLocation.Builder |
This builder for chaining. |