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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ContainerStoppedEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ContainerStoppedEvent build()
buildPartial()
public ContainerStoppedEvent buildPartial()
clear()
public ContainerStoppedEvent.Builder clear()
Overrides
clearActionId()
public ContainerStoppedEvent.Builder clearActionId()
The numeric ID of the action that started this container.
int32 action_id = 1;
clearExitStatus()
public ContainerStoppedEvent.Builder clearExitStatus()
The exit status of the container.
int32 exit_status = 2;
clearField(Descriptors.FieldDescriptor field)
public ContainerStoppedEvent.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ContainerStoppedEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
clone()
public ContainerStoppedEvent.Builder clone()
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Type | Description |
ByteString | The bytes for stderr.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ContainerStoppedEvent other)
public ContainerStoppedEvent.Builder mergeFrom(ContainerStoppedEvent other)
public ContainerStoppedEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ContainerStoppedEvent.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ContainerStoppedEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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.
|
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.
|
setField(Descriptors.FieldDescriptor field, Object value)
public ContainerStoppedEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ContainerStoppedEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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.
|
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.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ContainerStoppedEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides