public static interface BeamFnApi.LogEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstructionReference()
(Optional) A reference to the instruction this log statement is associated
with.
|
com.google.protobuf.ByteString |
getInstructionReferenceBytes()
(Optional) A reference to the instruction this log statement is associated
with.
|
String |
getLogLocation()
(Optional) Human-readable name of the function or method being invoked,
with optional context such as the class or package name.
|
com.google.protobuf.ByteString |
getLogLocationBytes()
(Optional) Human-readable name of the function or method being invoked,
with optional context such as the class or package name.
|
String |
getMessage()
(Required) A human readable message.
|
com.google.protobuf.ByteString |
getMessageBytes()
(Required) A human readable message.
|
String |
getPrimitiveTransformReference()
(Optional) A reference to the primitive transform this log statement is
associated with.
|
com.google.protobuf.ByteString |
getPrimitiveTransformReferenceBytes()
(Optional) A reference to the primitive transform this log statement is
associated with.
|
BeamFnApi.LogEntry.Severity.Enum |
getSeverity()
(Required) The severity of the log statement.
|
int |
getSeverityValue()
(Required) The severity of the log statement.
|
String |
getThread()
(Optional) The name of the thread this log statement is associated with.
|
com.google.protobuf.ByteString |
getThreadBytes()
(Optional) The name of the thread this log statement is associated with.
|
com.google.protobuf.Timestamp |
getTimestamp()
(Required) The time at which this log statement occurred.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
(Required) The time at which this log statement occurred.
|
String |
getTrace()
(Optional) An optional trace of the functions involved.
|
com.google.protobuf.ByteString |
getTraceBytes()
(Optional) An optional trace of the functions involved.
|
boolean |
hasTimestamp()
(Required) The time at which this log statement occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSeverityValue()
(Required) The severity of the log statement.
.org.apache.beam.fn.v1.LogEntry.Severity.Enum severity = 1;BeamFnApi.LogEntry.Severity.Enum getSeverity()
(Required) The severity of the log statement.
.org.apache.beam.fn.v1.LogEntry.Severity.Enum severity = 1;boolean hasTimestamp()
(Required) The time at which this log statement occurred.
.google.protobuf.Timestamp timestamp = 2;com.google.protobuf.Timestamp getTimestamp()
(Required) The time at which this log statement occurred.
.google.protobuf.Timestamp timestamp = 2;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
(Required) The time at which this log statement occurred.
.google.protobuf.Timestamp timestamp = 2;String getMessage()
(Required) A human readable message.
string message = 3;com.google.protobuf.ByteString getMessageBytes()
(Required) A human readable message.
string message = 3;String getTrace()
(Optional) An optional trace of the functions involved. For example, in Java this can include multiple causes and multiple suppressed exceptions.
string trace = 4;com.google.protobuf.ByteString getTraceBytes()
(Optional) An optional trace of the functions involved. For example, in Java this can include multiple causes and multiple suppressed exceptions.
string trace = 4;String getInstructionReference()
(Optional) A reference to the instruction this log statement is associated with.
string instruction_reference = 5;com.google.protobuf.ByteString getInstructionReferenceBytes()
(Optional) A reference to the instruction this log statement is associated with.
string instruction_reference = 5;String getPrimitiveTransformReference()
(Optional) A reference to the primitive transform this log statement is associated with.
string primitive_transform_reference = 6;com.google.protobuf.ByteString getPrimitiveTransformReferenceBytes()
(Optional) A reference to the primitive transform this log statement is associated with.
string primitive_transform_reference = 6;String getLogLocation()
(Optional) Human-readable name of the function or method being invoked, with optional context such as the class or package name. The format can vary by language. For example: qual.if.ied.Class.method (Java) dir/package.func (Go) module.function (Python) file.cc:382 (C++)
string log_location = 7;com.google.protobuf.ByteString getLogLocationBytes()
(Optional) Human-readable name of the function or method being invoked, with optional context such as the class or package name. The format can vary by language. For example: qual.if.ied.Class.method (Java) dir/package.func (Go) module.function (Python) file.cc:382 (C++)
string log_location = 7;String getThread()
(Optional) The name of the thread this log statement is associated with.
string thread = 8;com.google.protobuf.ByteString getThreadBytes()
(Optional) The name of the thread this log statement is associated with.
string thread = 8;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.