Class Execution.StackTraceElement.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
- com.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Builder
-
- All Implemented Interfaces:
Execution.StackTraceElementOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- Execution.StackTraceElement
public static final class Execution.StackTraceElement.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder> implements Execution.StackTraceElementOrBuilder
A single stack element (frame) where an error occurred.
Protobuf typegoogle.cloud.workflows.executions.v1.Execution.StackTraceElement
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Execution.StackTraceElement.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Execution.StackTraceElement
build()
Execution.StackTraceElement
buildPartial()
Execution.StackTraceElement.Builder
clear()
Execution.StackTraceElement.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Execution.StackTraceElement.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Execution.StackTraceElement.Builder
clearPosition()
The source position information of the stack trace element.Execution.StackTraceElement.Builder
clearRoutine()
The routine where the error occurred.Execution.StackTraceElement.Builder
clearStep()
The step the error occurred at.Execution.StackTraceElement.Builder
clone()
Execution.StackTraceElement
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Execution.StackTraceElement.Position
getPosition()
The source position information of the stack trace element.Execution.StackTraceElement.Position.Builder
getPositionBuilder()
The source position information of the stack trace element.Execution.StackTraceElement.PositionOrBuilder
getPositionOrBuilder()
The source position information of the stack trace element.String
getRoutine()
The routine where the error occurred.com.google.protobuf.ByteString
getRoutineBytes()
The routine where the error occurred.String
getStep()
The step the error occurred at.com.google.protobuf.ByteString
getStepBytes()
The step the error occurred at.boolean
hasPosition()
The source position information of the stack trace element.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Execution.StackTraceElement.Builder
mergeFrom(Execution.StackTraceElement other)
Execution.StackTraceElement.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Execution.StackTraceElement.Builder
mergeFrom(com.google.protobuf.Message other)
Execution.StackTraceElement.Builder
mergePosition(Execution.StackTraceElement.Position value)
The source position information of the stack trace element.Execution.StackTraceElement.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Execution.StackTraceElement.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Execution.StackTraceElement.Builder
setPosition(Execution.StackTraceElement.Position value)
The source position information of the stack trace element.Execution.StackTraceElement.Builder
setPosition(Execution.StackTraceElement.Position.Builder builderForValue)
The source position information of the stack trace element.Execution.StackTraceElement.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Execution.StackTraceElement.Builder
setRoutine(String value)
The routine where the error occurred.Execution.StackTraceElement.Builder
setRoutineBytes(com.google.protobuf.ByteString value)
The routine where the error occurred.Execution.StackTraceElement.Builder
setStep(String value)
The step the error occurred at.Execution.StackTraceElement.Builder
setStepBytes(com.google.protobuf.ByteString value)
The step the error occurred at.Execution.StackTraceElement.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
clear
public Execution.StackTraceElement.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
getDefaultInstanceForType
public Execution.StackTraceElement getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Execution.StackTraceElement build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Execution.StackTraceElement buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Execution.StackTraceElement.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
setField
public Execution.StackTraceElement.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
clearField
public Execution.StackTraceElement.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
clearOneof
public Execution.StackTraceElement.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
setRepeatedField
public Execution.StackTraceElement.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
addRepeatedField
public Execution.StackTraceElement.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
mergeFrom
public Execution.StackTraceElement.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Execution.StackTraceElement.Builder>
-
mergeFrom
public Execution.StackTraceElement.Builder mergeFrom(Execution.StackTraceElement other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
mergeFrom
public Execution.StackTraceElement.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Execution.StackTraceElement.Builder>
- Throws:
IOException
-
getStep
public String getStep()
The step the error occurred at.
string step = 1;
- Specified by:
getStep
in interfaceExecution.StackTraceElementOrBuilder
- Returns:
- The step.
-
getStepBytes
public com.google.protobuf.ByteString getStepBytes()
The step the error occurred at.
string step = 1;
- Specified by:
getStepBytes
in interfaceExecution.StackTraceElementOrBuilder
- Returns:
- The bytes for step.
-
setStep
public Execution.StackTraceElement.Builder setStep(String value)
The step the error occurred at.
string step = 1;
- Parameters:
value
- The step to set.- Returns:
- This builder for chaining.
-
clearStep
public Execution.StackTraceElement.Builder clearStep()
The step the error occurred at.
string step = 1;
- Returns:
- This builder for chaining.
-
setStepBytes
public Execution.StackTraceElement.Builder setStepBytes(com.google.protobuf.ByteString value)
The step the error occurred at.
string step = 1;
- Parameters:
value
- The bytes for step to set.- Returns:
- This builder for chaining.
-
getRoutine
public String getRoutine()
The routine where the error occurred.
string routine = 2;
- Specified by:
getRoutine
in interfaceExecution.StackTraceElementOrBuilder
- Returns:
- The routine.
-
getRoutineBytes
public com.google.protobuf.ByteString getRoutineBytes()
The routine where the error occurred.
string routine = 2;
- Specified by:
getRoutineBytes
in interfaceExecution.StackTraceElementOrBuilder
- Returns:
- The bytes for routine.
-
setRoutine
public Execution.StackTraceElement.Builder setRoutine(String value)
The routine where the error occurred.
string routine = 2;
- Parameters:
value
- The routine to set.- Returns:
- This builder for chaining.
-
clearRoutine
public Execution.StackTraceElement.Builder clearRoutine()
The routine where the error occurred.
string routine = 2;
- Returns:
- This builder for chaining.
-
setRoutineBytes
public Execution.StackTraceElement.Builder setRoutineBytes(com.google.protobuf.ByteString value)
The routine where the error occurred.
string routine = 2;
- Parameters:
value
- The bytes for routine to set.- Returns:
- This builder for chaining.
-
hasPosition
public boolean hasPosition()
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
- Specified by:
hasPosition
in interfaceExecution.StackTraceElementOrBuilder
- Returns:
- Whether the position field is set.
-
getPosition
public Execution.StackTraceElement.Position getPosition()
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
- Specified by:
getPosition
in interfaceExecution.StackTraceElementOrBuilder
- Returns:
- The position.
-
setPosition
public Execution.StackTraceElement.Builder setPosition(Execution.StackTraceElement.Position value)
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
-
setPosition
public Execution.StackTraceElement.Builder setPosition(Execution.StackTraceElement.Position.Builder builderForValue)
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
-
mergePosition
public Execution.StackTraceElement.Builder mergePosition(Execution.StackTraceElement.Position value)
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
-
clearPosition
public Execution.StackTraceElement.Builder clearPosition()
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
-
getPositionBuilder
public Execution.StackTraceElement.Position.Builder getPositionBuilder()
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
-
getPositionOrBuilder
public Execution.StackTraceElement.PositionOrBuilder getPositionOrBuilder()
The source position information of the stack trace element.
.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
- Specified by:
getPositionOrBuilder
in interfaceExecution.StackTraceElementOrBuilder
-
setUnknownFields
public final Execution.StackTraceElement.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
mergeUnknownFields
public final Execution.StackTraceElement.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.StackTraceElement.Builder>
-
-