Class Pipeline.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Pipeline.Builder>
-
- com.google.cloud.lifesciences.v2beta.Pipeline.Builder
-
- All Implemented Interfaces:
PipelineOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Pipeline
public static final class Pipeline.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Pipeline.Builder> implements PipelineOrBuilder
Specifies a series of actions to execute, expressed as Docker containers.
Protobuf typegoogle.cloud.lifesciences.v2beta.Pipeline
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Pipeline.BuilderaddActions(int index, Action value)The list of actions to execute, in the order they are specified.Pipeline.BuilderaddActions(int index, Action.Builder builderForValue)The list of actions to execute, in the order they are specified.Pipeline.BuilderaddActions(Action value)The list of actions to execute, in the order they are specified.Pipeline.BuilderaddActions(Action.Builder builderForValue)The list of actions to execute, in the order they are specified.Action.BuilderaddActionsBuilder()The list of actions to execute, in the order they are specified.Action.BuilderaddActionsBuilder(int index)The list of actions to execute, in the order they are specified.Pipeline.BuilderaddAllActions(Iterable<? extends Action> values)The list of actions to execute, in the order they are specified.Pipeline.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Pipelinebuild()PipelinebuildPartial()Pipeline.Builderclear()Pipeline.BuilderclearActions()The list of actions to execute, in the order they are specified.Pipeline.BuilderclearEncryptedEnvironment()The encrypted environment to pass into every action.Pipeline.BuilderclearEnvironment()Pipeline.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Pipeline.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Pipeline.BuilderclearResources()The resources required for execution.Pipeline.BuilderclearTimeout()The maximum amount of time to give the pipeline to complete.Pipeline.Builderclone()booleancontainsEnvironment(String key)The environment to pass into every action.ActiongetActions(int index)The list of actions to execute, in the order they are specified.Action.BuildergetActionsBuilder(int index)The list of actions to execute, in the order they are specified.List<Action.Builder>getActionsBuilderList()The list of actions to execute, in the order they are specified.intgetActionsCount()The list of actions to execute, in the order they are specified.List<Action>getActionsList()The list of actions to execute, in the order they are specified.ActionOrBuildergetActionsOrBuilder(int index)The list of actions to execute, in the order they are specified.List<? extends ActionOrBuilder>getActionsOrBuilderList()The list of actions to execute, in the order they are specified.PipelinegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()SecretgetEncryptedEnvironment()The encrypted environment to pass into every action.Secret.BuildergetEncryptedEnvironmentBuilder()The encrypted environment to pass into every action.SecretOrBuildergetEncryptedEnvironmentOrBuilder()The encrypted environment to pass into every action.Map<String,String>getEnvironment()Deprecated.intgetEnvironmentCount()The environment to pass into every action.Map<String,String>getEnvironmentMap()The environment to pass into every action.StringgetEnvironmentOrDefault(String key, String defaultValue)The environment to pass into every action.StringgetEnvironmentOrThrow(String key)The environment to pass into every action.Map<String,String>getMutableEnvironment()Deprecated.ResourcesgetResources()The resources required for execution.Resources.BuildergetResourcesBuilder()The resources required for execution.ResourcesOrBuildergetResourcesOrBuilder()The resources required for execution.com.google.protobuf.DurationgetTimeout()The maximum amount of time to give the pipeline to complete.com.google.protobuf.Duration.BuildergetTimeoutBuilder()The maximum amount of time to give the pipeline to complete.com.google.protobuf.DurationOrBuildergetTimeoutOrBuilder()The maximum amount of time to give the pipeline to complete.booleanhasEncryptedEnvironment()The encrypted environment to pass into every action.booleanhasResources()The resources required for execution.booleanhasTimeout()The maximum amount of time to give the pipeline to complete.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()Pipeline.BuildermergeEncryptedEnvironment(Secret value)The encrypted environment to pass into every action.Pipeline.BuildermergeFrom(Pipeline other)Pipeline.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Pipeline.BuildermergeFrom(com.google.protobuf.Message other)Pipeline.BuildermergeResources(Resources value)The resources required for execution.Pipeline.BuildermergeTimeout(com.google.protobuf.Duration value)The maximum amount of time to give the pipeline to complete.Pipeline.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Pipeline.BuilderputAllEnvironment(Map<String,String> values)The environment to pass into every action.Pipeline.BuilderputEnvironment(String key, String value)The environment to pass into every action.Pipeline.BuilderremoveActions(int index)The list of actions to execute, in the order they are specified.Pipeline.BuilderremoveEnvironment(String key)The environment to pass into every action.Pipeline.BuildersetActions(int index, Action value)The list of actions to execute, in the order they are specified.Pipeline.BuildersetActions(int index, Action.Builder builderForValue)The list of actions to execute, in the order they are specified.Pipeline.BuildersetEncryptedEnvironment(Secret value)The encrypted environment to pass into every action.Pipeline.BuildersetEncryptedEnvironment(Secret.Builder builderForValue)The encrypted environment to pass into every action.Pipeline.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Pipeline.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Pipeline.BuildersetResources(Resources value)The resources required for execution.Pipeline.BuildersetResources(Resources.Builder builderForValue)The resources required for execution.Pipeline.BuildersetTimeout(com.google.protobuf.Duration value)The maximum amount of time to give the pipeline to complete.Pipeline.BuildersetTimeout(com.google.protobuf.Duration.Builder builderForValue)The maximum amount of time to give the pipeline to complete.Pipeline.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, 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()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Pipeline.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Pipeline.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Pipeline.Builder>
-
clear
public Pipeline.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<Pipeline.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<Pipeline.Builder>
-
getDefaultInstanceForType
public Pipeline getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Pipeline build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Pipeline buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Pipeline.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<Pipeline.Builder>
-
setField
public Pipeline.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<Pipeline.Builder>
-
clearField
public Pipeline.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Pipeline.Builder>
-
clearOneof
public Pipeline.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Pipeline.Builder>
-
setRepeatedField
public Pipeline.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<Pipeline.Builder>
-
addRepeatedField
public Pipeline.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<Pipeline.Builder>
-
mergeFrom
public Pipeline.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Pipeline.Builder>
-
mergeFrom
public Pipeline.Builder mergeFrom(Pipeline other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Pipeline.Builder>
-
mergeFrom
public Pipeline.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<Pipeline.Builder>- Throws:
IOException
-
getActionsList
public List<Action> getActionsList()
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;- Specified by:
getActionsListin interfacePipelineOrBuilder
-
getActionsCount
public int getActionsCount()
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;- Specified by:
getActionsCountin interfacePipelineOrBuilder
-
getActions
public Action getActions(int index)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;- Specified by:
getActionsin interfacePipelineOrBuilder
-
setActions
public Pipeline.Builder setActions(int index, Action value)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
setActions
public Pipeline.Builder setActions(int index, Action.Builder builderForValue)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
addActions
public Pipeline.Builder addActions(Action value)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
addActions
public Pipeline.Builder addActions(int index, Action value)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
addActions
public Pipeline.Builder addActions(Action.Builder builderForValue)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
addActions
public Pipeline.Builder addActions(int index, Action.Builder builderForValue)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
addAllActions
public Pipeline.Builder addAllActions(Iterable<? extends Action> values)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
clearActions
public Pipeline.Builder clearActions()
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
removeActions
public Pipeline.Builder removeActions(int index)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
getActionsBuilder
public Action.Builder getActionsBuilder(int index)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
getActionsOrBuilder
public ActionOrBuilder getActionsOrBuilder(int index)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;- Specified by:
getActionsOrBuilderin interfacePipelineOrBuilder
-
getActionsOrBuilderList
public List<? extends ActionOrBuilder> getActionsOrBuilderList()
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;- Specified by:
getActionsOrBuilderListin interfacePipelineOrBuilder
-
addActionsBuilder
public Action.Builder addActionsBuilder()
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
addActionsBuilder
public Action.Builder addActionsBuilder(int index)
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
getActionsBuilderList
public List<Action.Builder> getActionsBuilderList()
The list of actions to execute, in the order they are specified.
repeated .google.cloud.lifesciences.v2beta.Action actions = 1;
-
hasResources
public boolean hasResources()
The resources required for execution.
.google.cloud.lifesciences.v2beta.Resources resources = 2;- Specified by:
hasResourcesin interfacePipelineOrBuilder- Returns:
- Whether the resources field is set.
-
getResources
public Resources getResources()
The resources required for execution.
.google.cloud.lifesciences.v2beta.Resources resources = 2;- Specified by:
getResourcesin interfacePipelineOrBuilder- Returns:
- The resources.
-
setResources
public Pipeline.Builder setResources(Resources value)
The resources required for execution.
.google.cloud.lifesciences.v2beta.Resources resources = 2;
-
setResources
public Pipeline.Builder setResources(Resources.Builder builderForValue)
The resources required for execution.
.google.cloud.lifesciences.v2beta.Resources resources = 2;
-
mergeResources
public Pipeline.Builder mergeResources(Resources value)
The resources required for execution.
.google.cloud.lifesciences.v2beta.Resources resources = 2;
-
clearResources
public Pipeline.Builder clearResources()
The resources required for execution.
.google.cloud.lifesciences.v2beta.Resources resources = 2;
-
getResourcesBuilder
public Resources.Builder getResourcesBuilder()
The resources required for execution.
.google.cloud.lifesciences.v2beta.Resources resources = 2;
-
getResourcesOrBuilder
public ResourcesOrBuilder getResourcesOrBuilder()
The resources required for execution.
.google.cloud.lifesciences.v2beta.Resources resources = 2;- Specified by:
getResourcesOrBuilderin interfacePipelineOrBuilder
-
getEnvironmentCount
public int getEnvironmentCount()
Description copied from interface:PipelineOrBuilderThe environment to pass into every action. Each action can also specify additional environment variables but cannot delete an entry from this map (though they can overwrite it with a different value).
map<string, string> environment = 3;- Specified by:
getEnvironmentCountin interfacePipelineOrBuilder
-
containsEnvironment
public boolean containsEnvironment(String key)
The environment to pass into every action. Each action can also specify additional environment variables but cannot delete an entry from this map (though they can overwrite it with a different value).
map<string, string> environment = 3;- Specified by:
containsEnvironmentin interfacePipelineOrBuilder
-
getEnvironment
@Deprecated public Map<String,String> getEnvironment()
Deprecated.UsegetEnvironmentMap()instead.- Specified by:
getEnvironmentin interfacePipelineOrBuilder
-
getEnvironmentMap
public Map<String,String> getEnvironmentMap()
The environment to pass into every action. Each action can also specify additional environment variables but cannot delete an entry from this map (though they can overwrite it with a different value).
map<string, string> environment = 3;- Specified by:
getEnvironmentMapin interfacePipelineOrBuilder
-
getEnvironmentOrDefault
public String getEnvironmentOrDefault(String key, String defaultValue)
The environment to pass into every action. Each action can also specify additional environment variables but cannot delete an entry from this map (though they can overwrite it with a different value).
map<string, string> environment = 3;- Specified by:
getEnvironmentOrDefaultin interfacePipelineOrBuilder
-
getEnvironmentOrThrow
public String getEnvironmentOrThrow(String key)
The environment to pass into every action. Each action can also specify additional environment variables but cannot delete an entry from this map (though they can overwrite it with a different value).
map<string, string> environment = 3;- Specified by:
getEnvironmentOrThrowin interfacePipelineOrBuilder
-
clearEnvironment
public Pipeline.Builder clearEnvironment()
-
removeEnvironment
public Pipeline.Builder removeEnvironment(String key)
The environment to pass into every action. Each action can also specify additional environment variables but cannot delete an entry from this map (though they can overwrite it with a different value).
map<string, string> environment = 3;
-
getMutableEnvironment
@Deprecated public Map<String,String> getMutableEnvironment()
Deprecated.Use alternate mutation accessors instead.
-
putEnvironment
public Pipeline.Builder putEnvironment(String key, String value)
The environment to pass into every action. Each action can also specify additional environment variables but cannot delete an entry from this map (though they can overwrite it with a different value).
map<string, string> environment = 3;
-
putAllEnvironment
public Pipeline.Builder putAllEnvironment(Map<String,String> values)
The environment to pass into every action. Each action can also specify additional environment variables but cannot delete an entry from this map (though they can overwrite it with a different value).
map<string, string> environment = 3;
-
hasEncryptedEnvironment
public boolean hasEncryptedEnvironment()
The encrypted environment to pass into every action. Each action can also specify its own encrypted environment. The secret must decrypt to a JSON-encoded dictionary where key-value pairs serve as environment variable names and their values. The decoded environment variables can overwrite the values specified by the `environment` field.
.google.cloud.lifesciences.v2beta.Secret encrypted_environment = 5;- Specified by:
hasEncryptedEnvironmentin interfacePipelineOrBuilder- Returns:
- Whether the encryptedEnvironment field is set.
-
getEncryptedEnvironment
public Secret getEncryptedEnvironment()
The encrypted environment to pass into every action. Each action can also specify its own encrypted environment. The secret must decrypt to a JSON-encoded dictionary where key-value pairs serve as environment variable names and their values. The decoded environment variables can overwrite the values specified by the `environment` field.
.google.cloud.lifesciences.v2beta.Secret encrypted_environment = 5;- Specified by:
getEncryptedEnvironmentin interfacePipelineOrBuilder- Returns:
- The encryptedEnvironment.
-
setEncryptedEnvironment
public Pipeline.Builder setEncryptedEnvironment(Secret value)
The encrypted environment to pass into every action. Each action can also specify its own encrypted environment. The secret must decrypt to a JSON-encoded dictionary where key-value pairs serve as environment variable names and their values. The decoded environment variables can overwrite the values specified by the `environment` field.
.google.cloud.lifesciences.v2beta.Secret encrypted_environment = 5;
-
setEncryptedEnvironment
public Pipeline.Builder setEncryptedEnvironment(Secret.Builder builderForValue)
The encrypted environment to pass into every action. Each action can also specify its own encrypted environment. The secret must decrypt to a JSON-encoded dictionary where key-value pairs serve as environment variable names and their values. The decoded environment variables can overwrite the values specified by the `environment` field.
.google.cloud.lifesciences.v2beta.Secret encrypted_environment = 5;
-
mergeEncryptedEnvironment
public Pipeline.Builder mergeEncryptedEnvironment(Secret value)
The encrypted environment to pass into every action. Each action can also specify its own encrypted environment. The secret must decrypt to a JSON-encoded dictionary where key-value pairs serve as environment variable names and their values. The decoded environment variables can overwrite the values specified by the `environment` field.
.google.cloud.lifesciences.v2beta.Secret encrypted_environment = 5;
-
clearEncryptedEnvironment
public Pipeline.Builder clearEncryptedEnvironment()
The encrypted environment to pass into every action. Each action can also specify its own encrypted environment. The secret must decrypt to a JSON-encoded dictionary where key-value pairs serve as environment variable names and their values. The decoded environment variables can overwrite the values specified by the `environment` field.
.google.cloud.lifesciences.v2beta.Secret encrypted_environment = 5;
-
getEncryptedEnvironmentBuilder
public Secret.Builder getEncryptedEnvironmentBuilder()
The encrypted environment to pass into every action. Each action can also specify its own encrypted environment. The secret must decrypt to a JSON-encoded dictionary where key-value pairs serve as environment variable names and their values. The decoded environment variables can overwrite the values specified by the `environment` field.
.google.cloud.lifesciences.v2beta.Secret encrypted_environment = 5;
-
getEncryptedEnvironmentOrBuilder
public SecretOrBuilder getEncryptedEnvironmentOrBuilder()
The encrypted environment to pass into every action. Each action can also specify its own encrypted environment. The secret must decrypt to a JSON-encoded dictionary where key-value pairs serve as environment variable names and their values. The decoded environment variables can overwrite the values specified by the `environment` field.
.google.cloud.lifesciences.v2beta.Secret encrypted_environment = 5;- Specified by:
getEncryptedEnvironmentOrBuilderin interfacePipelineOrBuilder
-
hasTimeout
public boolean hasTimeout()
The maximum amount of time to give the pipeline to complete. This includes the time spent waiting for a worker to be allocated. If the pipeline fails to complete before the timeout, it will be cancelled and the error code will be set to DEADLINE_EXCEEDED. If unspecified, it will default to 7 days.
.google.protobuf.Duration timeout = 4;- Specified by:
hasTimeoutin interfacePipelineOrBuilder- Returns:
- Whether the timeout field is set.
-
getTimeout
public com.google.protobuf.Duration getTimeout()
The maximum amount of time to give the pipeline to complete. This includes the time spent waiting for a worker to be allocated. If the pipeline fails to complete before the timeout, it will be cancelled and the error code will be set to DEADLINE_EXCEEDED. If unspecified, it will default to 7 days.
.google.protobuf.Duration timeout = 4;- Specified by:
getTimeoutin interfacePipelineOrBuilder- Returns:
- The timeout.
-
setTimeout
public Pipeline.Builder setTimeout(com.google.protobuf.Duration value)
The maximum amount of time to give the pipeline to complete. This includes the time spent waiting for a worker to be allocated. If the pipeline fails to complete before the timeout, it will be cancelled and the error code will be set to DEADLINE_EXCEEDED. If unspecified, it will default to 7 days.
.google.protobuf.Duration timeout = 4;
-
setTimeout
public Pipeline.Builder setTimeout(com.google.protobuf.Duration.Builder builderForValue)
The maximum amount of time to give the pipeline to complete. This includes the time spent waiting for a worker to be allocated. If the pipeline fails to complete before the timeout, it will be cancelled and the error code will be set to DEADLINE_EXCEEDED. If unspecified, it will default to 7 days.
.google.protobuf.Duration timeout = 4;
-
mergeTimeout
public Pipeline.Builder mergeTimeout(com.google.protobuf.Duration value)
The maximum amount of time to give the pipeline to complete. This includes the time spent waiting for a worker to be allocated. If the pipeline fails to complete before the timeout, it will be cancelled and the error code will be set to DEADLINE_EXCEEDED. If unspecified, it will default to 7 days.
.google.protobuf.Duration timeout = 4;
-
clearTimeout
public Pipeline.Builder clearTimeout()
The maximum amount of time to give the pipeline to complete. This includes the time spent waiting for a worker to be allocated. If the pipeline fails to complete before the timeout, it will be cancelled and the error code will be set to DEADLINE_EXCEEDED. If unspecified, it will default to 7 days.
.google.protobuf.Duration timeout = 4;
-
getTimeoutBuilder
public com.google.protobuf.Duration.Builder getTimeoutBuilder()
The maximum amount of time to give the pipeline to complete. This includes the time spent waiting for a worker to be allocated. If the pipeline fails to complete before the timeout, it will be cancelled and the error code will be set to DEADLINE_EXCEEDED. If unspecified, it will default to 7 days.
.google.protobuf.Duration timeout = 4;
-
getTimeoutOrBuilder
public com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder()
The maximum amount of time to give the pipeline to complete. This includes the time spent waiting for a worker to be allocated. If the pipeline fails to complete before the timeout, it will be cancelled and the error code will be set to DEADLINE_EXCEEDED. If unspecified, it will default to 7 days.
.google.protobuf.Duration timeout = 4;- Specified by:
getTimeoutOrBuilderin interfacePipelineOrBuilder
-
setUnknownFields
public final Pipeline.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Pipeline.Builder>
-
mergeUnknownFields
public final Pipeline.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Pipeline.Builder>
-
-