Class TerminationNotificationResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,TerminationNotificationResponseOrBuilder,Cloneable
- Enclosing class:
- TerminationNotificationResponse
public static final class TerminationNotificationResponse.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
implements TerminationNotificationResponseOrBuilder
Protobuf type
io.deephaven.proto.backplane.grpc.TerminationNotificationResponse-
Method Summary
Modifier and TypeMethodDescriptionaddAllStackTraces(Iterable<? extends TerminationNotificationResponse.StackTrace> values) if applicable, the list of stack traces in reverse causal orderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addStackTraces(int index, TerminationNotificationResponse.StackTrace value) if applicable, the list of stack traces in reverse causal orderaddStackTraces(int index, TerminationNotificationResponse.StackTrace.Builder builderForValue) if applicable, the list of stack traces in reverse causal orderif applicable, the list of stack traces in reverse causal orderaddStackTraces(TerminationNotificationResponse.StackTrace.Builder builderForValue) if applicable, the list of stack traces in reverse causal orderif applicable, the list of stack traces in reverse causal orderaddStackTracesBuilder(int index) if applicable, the list of stack traces in reverse causal orderbuild()clear()whether or not this termination is expectedclearField(com.google.protobuf.Descriptors.FieldDescriptor field) if this is due to an exception, whether or not it was uncaughtclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) if additional information is available then provide it in this fieldif applicable, the list of stack traces in reverse causal orderclone()booleanwhether or not this termination is expectedstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorbooleanif this is due to an exception, whether or not it was uncaughtif additional information is available then provide it in this fieldcom.google.protobuf.ByteStringif additional information is available then provide it in this fieldgetStackTraces(int index) if applicable, the list of stack traces in reverse causal ordergetStackTracesBuilder(int index) if applicable, the list of stack traces in reverse causal orderif applicable, the list of stack traces in reverse causal orderintif applicable, the list of stack traces in reverse causal orderif applicable, the list of stack traces in reverse causal ordergetStackTracesOrBuilder(int index) if applicable, the list of stack traces in reverse causal orderif applicable, the list of stack traces in reverse causal orderprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeStackTraces(int index) if applicable, the list of stack traces in reverse causal ordersetAbnormalTermination(boolean value) whether or not this termination is expectedsetIsFromUncaughtException(boolean value) if this is due to an exception, whether or not it was uncaughtif additional information is available then provide it in this fieldsetReasonBytes(com.google.protobuf.ByteString value) if additional information is available then provide it in this fieldsetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setStackTraces(int index, TerminationNotificationResponse.StackTrace value) if applicable, the list of stack traces in reverse causal ordersetStackTraces(int index, TerminationNotificationResponse.StackTrace.Builder builderForValue) if applicable, the list of stack traces in reverse causal ordersetUnknownFields(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, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-
setField
public TerminationNotificationResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-
clearField
public TerminationNotificationResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-
clearOneof
public TerminationNotificationResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-
setRepeatedField
public TerminationNotificationResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-
addRepeatedField
public TerminationNotificationResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<TerminationNotificationResponse.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-
mergeFrom
public TerminationNotificationResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<TerminationNotificationResponse.Builder>- Throws:
IOException
-
getAbnormalTermination
public boolean getAbnormalTermination()whether or not this termination is expected
bool abnormal_termination = 1;- Specified by:
getAbnormalTerminationin interfaceTerminationNotificationResponseOrBuilder- Returns:
- The abnormalTermination.
-
setAbnormalTermination
whether or not this termination is expected
bool abnormal_termination = 1;- Parameters:
value- The abnormalTermination to set.- Returns:
- This builder for chaining.
-
clearAbnormalTermination
whether or not this termination is expected
bool abnormal_termination = 1;- Returns:
- This builder for chaining.
-
getReason
if additional information is available then provide it in this field
string reason = 2;- Specified by:
getReasonin interfaceTerminationNotificationResponseOrBuilder- Returns:
- The reason.
-
getReasonBytes
public com.google.protobuf.ByteString getReasonBytes()if additional information is available then provide it in this field
string reason = 2;- Specified by:
getReasonBytesin interfaceTerminationNotificationResponseOrBuilder- Returns:
- The bytes for reason.
-
setReason
if additional information is available then provide it in this field
string reason = 2;- Parameters:
value- The reason to set.- Returns:
- This builder for chaining.
-
clearReason
if additional information is available then provide it in this field
string reason = 2;- Returns:
- This builder for chaining.
-
setReasonBytes
if additional information is available then provide it in this field
string reason = 2;- Parameters:
value- The bytes for reason to set.- Returns:
- This builder for chaining.
-
getIsFromUncaughtException
public boolean getIsFromUncaughtException()if this is due to an exception, whether or not it was uncaught
bool is_from_uncaught_exception = 3;- Specified by:
getIsFromUncaughtExceptionin interfaceTerminationNotificationResponseOrBuilder- Returns:
- The isFromUncaughtException.
-
setIsFromUncaughtException
if this is due to an exception, whether or not it was uncaught
bool is_from_uncaught_exception = 3;- Parameters:
value- The isFromUncaughtException to set.- Returns:
- This builder for chaining.
-
clearIsFromUncaughtException
if this is due to an exception, whether or not it was uncaught
bool is_from_uncaught_exception = 3;- Returns:
- This builder for chaining.
-
getStackTracesList
if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;- Specified by:
getStackTracesListin interfaceTerminationNotificationResponseOrBuilder
-
getStackTracesCount
public int getStackTracesCount()if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;- Specified by:
getStackTracesCountin interfaceTerminationNotificationResponseOrBuilder
-
getStackTraces
if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;- Specified by:
getStackTracesin interfaceTerminationNotificationResponseOrBuilder
-
setStackTraces
public TerminationNotificationResponse.Builder setStackTraces(int index, TerminationNotificationResponse.StackTrace value) if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
setStackTraces
public TerminationNotificationResponse.Builder setStackTraces(int index, TerminationNotificationResponse.StackTrace.Builder builderForValue) if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
addStackTraces
public TerminationNotificationResponse.Builder addStackTraces(TerminationNotificationResponse.StackTrace value) if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
addStackTraces
public TerminationNotificationResponse.Builder addStackTraces(int index, TerminationNotificationResponse.StackTrace value) if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
addStackTraces
public TerminationNotificationResponse.Builder addStackTraces(TerminationNotificationResponse.StackTrace.Builder builderForValue) if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
addStackTraces
public TerminationNotificationResponse.Builder addStackTraces(int index, TerminationNotificationResponse.StackTrace.Builder builderForValue) if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
addAllStackTraces
public TerminationNotificationResponse.Builder addAllStackTraces(Iterable<? extends TerminationNotificationResponse.StackTrace> values) if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
clearStackTraces
if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
removeStackTraces
if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
getStackTracesBuilder
if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
getStackTracesOrBuilder
if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;- Specified by:
getStackTracesOrBuilderin interfaceTerminationNotificationResponseOrBuilder
-
getStackTracesOrBuilderList
public List<? extends TerminationNotificationResponse.StackTraceOrBuilder> getStackTracesOrBuilderList()if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;- Specified by:
getStackTracesOrBuilderListin interfaceTerminationNotificationResponseOrBuilder
-
addStackTracesBuilder
if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
addStackTracesBuilder
if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
getStackTracesBuilderList
if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; -
setUnknownFields
public final TerminationNotificationResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-
mergeUnknownFields
public final TerminationNotificationResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<TerminationNotificationResponse.Builder>
-