public static final class ContainerStoppedEvent.Builder extends GeneratedMessageV3.Builder<ContainerStoppedEvent.Builder> implements ContainerStoppedEventOrBuilder
An event generated when a container exits.
Protobuf type google.cloud.lifesciences.v2beta.ContainerStoppedEvent
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ContainerStoppedEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ContainerStoppedEvent build()
Returns
buildPartial()
public ContainerStoppedEvent buildPartial()
Returns
clear()
public ContainerStoppedEvent.Builder clear()
Returns
Overrides
clearActionId()
public ContainerStoppedEvent.Builder clearActionId()
The numeric ID of the action that started this container.
int32 action_id = 1;
Returns
clearExitStatus()
public ContainerStoppedEvent.Builder clearExitStatus()
The exit status of the container.
int32 exit_status = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public ContainerStoppedEvent.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ContainerStoppedEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearStderr()
public ContainerStoppedEvent.Builder clearStderr()
The tail end of any content written to standard error by the container.
If the content emits large amounts of debugging noise or contains
sensitive information, you can prevent the content from being printed by
setting the DISABLE_STANDARD_ERROR_CAPTURE
flag.
Note that only a small amount of the end of the stream is captured here.
The entire stream is stored in the /google/logs
directory mounted into
each action, and can be copied off the machine as described elsewhere.
string stderr = 3;
Returns
clone()
public ContainerStoppedEvent.Builder clone()
Returns
Overrides
getActionId()
The numeric ID of the action that started this container.
int32 action_id = 1;
Returns
Type | Description |
int | The actionId.
|
getDefaultInstanceForType()
public ContainerStoppedEvent getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getExitStatus()
public int getExitStatus()
The exit status of the container.
int32 exit_status = 2;
Returns
Type | Description |
int | The exitStatus.
|
getStderr()
public String getStderr()
The tail end of any content written to standard error by the container.
If the content emits large amounts of debugging noise or contains
sensitive information, you can prevent the content from being printed by
setting the DISABLE_STANDARD_ERROR_CAPTURE
flag.
Note that only a small amount of the end of the stream is captured here.
The entire stream is stored in the /google/logs
directory mounted into
each action, and can be copied off the machine as described elsewhere.
string stderr = 3;
Returns
Type | Description |
String | The stderr.
|
getStderrBytes()
public ByteString getStderrBytes()
The tail end of any content written to standard error by the container.
If the content emits large amounts of debugging noise or contains
sensitive information, you can prevent the content from being printed by
setting the DISABLE_STANDARD_ERROR_CAPTURE
flag.
Note that only a small amount of the end of the stream is captured here.
The entire stream is stored in the /google/logs
directory mounted into
each action, and can be copied off the machine as described elsewhere.
string stderr = 3;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ContainerStoppedEvent other)
public ContainerStoppedEvent.Builder mergeFrom(ContainerStoppedEvent other)
Parameter
Returns
public ContainerStoppedEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ContainerStoppedEvent.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ContainerStoppedEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setActionId(int value)
public ContainerStoppedEvent.Builder setActionId(int value)
The numeric ID of the action that started this container.
int32 action_id = 1;
Parameter
Name | Description |
value | int
The actionId to set.
|
Returns
setExitStatus(int value)
public ContainerStoppedEvent.Builder setExitStatus(int value)
The exit status of the container.
int32 exit_status = 2;
Parameter
Name | Description |
value | int
The exitStatus to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ContainerStoppedEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ContainerStoppedEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setStderr(String value)
public ContainerStoppedEvent.Builder setStderr(String value)
The tail end of any content written to standard error by the container.
If the content emits large amounts of debugging noise or contains
sensitive information, you can prevent the content from being printed by
setting the DISABLE_STANDARD_ERROR_CAPTURE
flag.
Note that only a small amount of the end of the stream is captured here.
The entire stream is stored in the /google/logs
directory mounted into
each action, and can be copied off the machine as described elsewhere.
string stderr = 3;
Parameter
Name | Description |
value | String
The stderr to set.
|
Returns
setStderrBytes(ByteString value)
public ContainerStoppedEvent.Builder setStderrBytes(ByteString value)
The tail end of any content written to standard error by the container.
If the content emits large amounts of debugging noise or contains
sensitive information, you can prevent the content from being printed by
setting the DISABLE_STANDARD_ERROR_CAPTURE
flag.
Note that only a small amount of the end of the stream is captured here.
The entire stream is stored in the /google/logs
directory mounted into
each action, and can be copied off the machine as described elsewhere.
string stderr = 3;
Parameter
Name | Description |
value | ByteString
The bytes for stderr to set.
|
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final ContainerStoppedEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides