Class UnexpectedExitStatusEvent.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<UnexpectedExitStatusEvent.Builder>
-
- com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
-
- All Implemented Interfaces:
UnexpectedExitStatusEventOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- UnexpectedExitStatusEvent
public static final class UnexpectedExitStatusEvent.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UnexpectedExitStatusEvent.Builder> implements UnexpectedExitStatusEventOrBuilder
An event generated when the execution of a container results in a non-zero exit status that was not otherwise ignored. Execution will continue, but only actions that are flagged as `ALWAYS_RUN` will be executed. Other actions will be skipped.
Protobuf typegoogle.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UnexpectedExitStatusEvent.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
UnexpectedExitStatusEvent
build()
UnexpectedExitStatusEvent
buildPartial()
UnexpectedExitStatusEvent.Builder
clear()
UnexpectedExitStatusEvent.Builder
clearActionId()
The numeric ID of the action that started the container.UnexpectedExitStatusEvent.Builder
clearExitStatus()
The exit status of the container.UnexpectedExitStatusEvent.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
UnexpectedExitStatusEvent.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
UnexpectedExitStatusEvent.Builder
clone()
int
getActionId()
The numeric ID of the action that started the container.UnexpectedExitStatusEvent
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
int
getExitStatus()
The exit status of the container.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
UnexpectedExitStatusEvent.Builder
mergeFrom(UnexpectedExitStatusEvent other)
UnexpectedExitStatusEvent.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
UnexpectedExitStatusEvent.Builder
mergeFrom(com.google.protobuf.Message other)
UnexpectedExitStatusEvent.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
UnexpectedExitStatusEvent.Builder
setActionId(int value)
The numeric ID of the action that started the container.UnexpectedExitStatusEvent.Builder
setExitStatus(int value)
The exit status of the container.UnexpectedExitStatusEvent.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
UnexpectedExitStatusEvent.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
UnexpectedExitStatusEvent.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<UnexpectedExitStatusEvent.Builder>
-
clear
public UnexpectedExitStatusEvent.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<UnexpectedExitStatusEvent.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<UnexpectedExitStatusEvent.Builder>
-
getDefaultInstanceForType
public UnexpectedExitStatusEvent getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public UnexpectedExitStatusEvent build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public UnexpectedExitStatusEvent buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public UnexpectedExitStatusEvent.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<UnexpectedExitStatusEvent.Builder>
-
setField
public UnexpectedExitStatusEvent.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<UnexpectedExitStatusEvent.Builder>
-
clearField
public UnexpectedExitStatusEvent.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<UnexpectedExitStatusEvent.Builder>
-
clearOneof
public UnexpectedExitStatusEvent.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<UnexpectedExitStatusEvent.Builder>
-
setRepeatedField
public UnexpectedExitStatusEvent.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<UnexpectedExitStatusEvent.Builder>
-
addRepeatedField
public UnexpectedExitStatusEvent.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<UnexpectedExitStatusEvent.Builder>
-
mergeFrom
public UnexpectedExitStatusEvent.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<UnexpectedExitStatusEvent.Builder>
-
mergeFrom
public UnexpectedExitStatusEvent.Builder mergeFrom(UnexpectedExitStatusEvent other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<UnexpectedExitStatusEvent.Builder>
-
mergeFrom
public UnexpectedExitStatusEvent.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<UnexpectedExitStatusEvent.Builder>
- Throws:
IOException
-
getActionId
public int getActionId()
The numeric ID of the action that started the container.
int32 action_id = 1;
- Specified by:
getActionId
in interfaceUnexpectedExitStatusEventOrBuilder
- Returns:
- The actionId.
-
setActionId
public UnexpectedExitStatusEvent.Builder setActionId(int value)
The numeric ID of the action that started the container.
int32 action_id = 1;
- Parameters:
value
- The actionId to set.- Returns:
- This builder for chaining.
-
clearActionId
public UnexpectedExitStatusEvent.Builder clearActionId()
The numeric ID of the action that started the container.
int32 action_id = 1;
- Returns:
- This builder for chaining.
-
getExitStatus
public int getExitStatus()
The exit status of the container.
int32 exit_status = 2;
- Specified by:
getExitStatus
in interfaceUnexpectedExitStatusEventOrBuilder
- Returns:
- The exitStatus.
-
setExitStatus
public UnexpectedExitStatusEvent.Builder setExitStatus(int value)
The exit status of the container.
int32 exit_status = 2;
- Parameters:
value
- The exitStatus to set.- Returns:
- This builder for chaining.
-
clearExitStatus
public UnexpectedExitStatusEvent.Builder clearExitStatus()
The exit status of the container.
int32 exit_status = 2;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final UnexpectedExitStatusEvent.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<UnexpectedExitStatusEvent.Builder>
-
mergeUnknownFields
public final UnexpectedExitStatusEvent.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<UnexpectedExitStatusEvent.Builder>
-
-