public final class UnexpectedExitStatusEvent extends GeneratedMessage 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 type google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > UnexpectedExitStatusEventImplements
UnexpectedExitStatusEventOrBuilderStatic Fields
ACTION_ID_FIELD_NUMBER
public static final int ACTION_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
EXIT_STATUS_FIELD_NUMBER
public static final int EXIT_STATUS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static UnexpectedExitStatusEvent getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static UnexpectedExitStatusEvent.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent.Builder |
|
newBuilder(UnexpectedExitStatusEvent prototype)
public static UnexpectedExitStatusEvent.Builder newBuilder(UnexpectedExitStatusEvent prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
UnexpectedExitStatusEvent |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent.Builder |
|
parseDelimitedFrom(InputStream input)
public static UnexpectedExitStatusEvent parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UnexpectedExitStatusEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static UnexpectedExitStatusEvent parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UnexpectedExitStatusEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static UnexpectedExitStatusEvent parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UnexpectedExitStatusEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static UnexpectedExitStatusEvent parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UnexpectedExitStatusEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static UnexpectedExitStatusEvent parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UnexpectedExitStatusEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static UnexpectedExitStatusEvent parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UnexpectedExitStatusEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<UnexpectedExitStatusEvent> parser()| Returns | |
|---|---|
| Type | Description |
Parser<UnexpectedExitStatusEvent> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getActionId()
public int getActionId()The numeric ID of the action that started the container.
int32 action_id = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The actionId. |
getDefaultInstanceForType()
public UnexpectedExitStatusEvent getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent |
|
getExitStatus()
public int getExitStatus()The exit status of the container.
int32 exit_status = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The exitStatus. |
getParserForType()
public Parser<UnexpectedExitStatusEvent> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<UnexpectedExitStatusEvent> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public UnexpectedExitStatusEvent.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected UnexpectedExitStatusEvent.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent.Builder |
|
toBuilder()
public UnexpectedExitStatusEvent.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
UnexpectedExitStatusEvent.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|