Class ContainerStoppedEvent.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ContainerStoppedEvent.Builder>
-
- com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
-
- All Implemented Interfaces:
ContainerStoppedEventOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ContainerStoppedEvent
public static final class ContainerStoppedEvent.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ContainerStoppedEvent.Builder> implements ContainerStoppedEventOrBuilder
An event generated when a container exits.
Protobuf typegoogle.cloud.lifesciences.v2beta.ContainerStoppedEvent
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerStoppedEvent.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ContainerStoppedEventbuild()ContainerStoppedEventbuildPartial()ContainerStoppedEvent.Builderclear()ContainerStoppedEvent.BuilderclearActionId()The numeric ID of the action that started this container.ContainerStoppedEvent.BuilderclearExitStatus()The exit status of the container.ContainerStoppedEvent.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ContainerStoppedEvent.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ContainerStoppedEvent.BuilderclearStderr()The tail end of any content written to standard error by the container.ContainerStoppedEvent.Builderclone()intgetActionId()The numeric ID of the action that started this container.ContainerStoppedEventgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()intgetExitStatus()The exit status of the container.StringgetStderr()The tail end of any content written to standard error by the container.com.google.protobuf.ByteStringgetStderrBytes()The tail end of any content written to standard error by the container.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ContainerStoppedEvent.BuildermergeFrom(ContainerStoppedEvent other)ContainerStoppedEvent.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ContainerStoppedEvent.BuildermergeFrom(com.google.protobuf.Message other)ContainerStoppedEvent.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ContainerStoppedEvent.BuildersetActionId(int value)The numeric ID of the action that started this container.ContainerStoppedEvent.BuildersetExitStatus(int value)The exit status of the container.ContainerStoppedEvent.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ContainerStoppedEvent.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ContainerStoppedEvent.BuildersetStderr(String value)The tail end of any content written to standard error by the container.ContainerStoppedEvent.BuildersetStderrBytes(com.google.protobuf.ByteString value)The tail end of any content written to standard error by the container.ContainerStoppedEvent.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ContainerStoppedEvent.Builder>
-
clear
public ContainerStoppedEvent.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<ContainerStoppedEvent.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<ContainerStoppedEvent.Builder>
-
getDefaultInstanceForType
public ContainerStoppedEvent getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ContainerStoppedEvent build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ContainerStoppedEvent buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ContainerStoppedEvent.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<ContainerStoppedEvent.Builder>
-
setField
public ContainerStoppedEvent.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<ContainerStoppedEvent.Builder>
-
clearField
public ContainerStoppedEvent.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ContainerStoppedEvent.Builder>
-
clearOneof
public ContainerStoppedEvent.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ContainerStoppedEvent.Builder>
-
setRepeatedField
public ContainerStoppedEvent.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<ContainerStoppedEvent.Builder>
-
addRepeatedField
public ContainerStoppedEvent.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<ContainerStoppedEvent.Builder>
-
mergeFrom
public ContainerStoppedEvent.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ContainerStoppedEvent.Builder>
-
mergeFrom
public ContainerStoppedEvent.Builder mergeFrom(ContainerStoppedEvent other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ContainerStoppedEvent.Builder>
-
mergeFrom
public ContainerStoppedEvent.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<ContainerStoppedEvent.Builder>- Throws:
IOException
-
getActionId
public int getActionId()
The numeric ID of the action that started this container.
int32 action_id = 1;- Specified by:
getActionIdin interfaceContainerStoppedEventOrBuilder- Returns:
- The actionId.
-
setActionId
public ContainerStoppedEvent.Builder setActionId(int value)
The numeric ID of the action that started this container.
int32 action_id = 1;- Parameters:
value- The actionId to set.- Returns:
- This builder for chaining.
-
clearActionId
public ContainerStoppedEvent.Builder clearActionId()
The numeric ID of the action that started this 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:
getExitStatusin interfaceContainerStoppedEventOrBuilder- Returns:
- The exitStatus.
-
setExitStatus
public ContainerStoppedEvent.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 ContainerStoppedEvent.Builder clearExitStatus()
The exit status of the container.
int32 exit_status = 2;- Returns:
- This builder for chaining.
-
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;- Specified by:
getStderrin interfaceContainerStoppedEventOrBuilder- Returns:
- The stderr.
-
getStderrBytes
public com.google.protobuf.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;- Specified by:
getStderrBytesin interfaceContainerStoppedEventOrBuilder- Returns:
- The bytes for stderr.
-
setStderr
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;- Parameters:
value- The stderr to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setStderrBytes
public ContainerStoppedEvent.Builder setStderrBytes(com.google.protobuf.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;- Parameters:
value- The bytes for stderr to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ContainerStoppedEvent.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ContainerStoppedEvent.Builder>
-
mergeUnknownFields
public final ContainerStoppedEvent.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ContainerStoppedEvent.Builder>
-
-