Uses of Interface
com.google.cloud.batch.v1.EnvironmentOrBuilder
-
Packages that use EnvironmentOrBuilder Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of EnvironmentOrBuilder in com.google.cloud.batch.v1
Classes in com.google.cloud.batch.v1 that implement EnvironmentOrBuilder Modifier and Type Class Description class
Environment
An Environment describes a collection of environment variables to set when executing Tasks.static class
Environment.Builder
An Environment describes a collection of environment variables to set when executing Tasks.Methods in com.google.cloud.batch.v1 that return EnvironmentOrBuilder Modifier and Type Method Description EnvironmentOrBuilder
Runnable.Builder. getEnvironmentOrBuilder()
Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).EnvironmentOrBuilder
Runnable. getEnvironmentOrBuilder()
Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).EnvironmentOrBuilder
RunnableOrBuilder. getEnvironmentOrBuilder()
Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).EnvironmentOrBuilder
TaskSpec.Builder. getEnvironmentOrBuilder()
Environment variables to set before running the Task.EnvironmentOrBuilder
TaskSpec. getEnvironmentOrBuilder()
Environment variables to set before running the Task.EnvironmentOrBuilder
TaskSpecOrBuilder. getEnvironmentOrBuilder()
Environment variables to set before running the Task.EnvironmentOrBuilder
TaskGroup.Builder. getTaskEnvironmentsOrBuilder(int index)
An array of environment variable mappings, which are passed to Tasks with matching indices.EnvironmentOrBuilder
TaskGroup. getTaskEnvironmentsOrBuilder(int index)
An array of environment variable mappings, which are passed to Tasks with matching indices.EnvironmentOrBuilder
TaskGroupOrBuilder. getTaskEnvironmentsOrBuilder(int index)
An array of environment variable mappings, which are passed to Tasks with matching indices.Methods in com.google.cloud.batch.v1 that return types with arguments of type EnvironmentOrBuilder Modifier and Type Method Description List<? extends EnvironmentOrBuilder>
TaskGroup.Builder. getTaskEnvironmentsOrBuilderList()
An array of environment variable mappings, which are passed to Tasks with matching indices.List<? extends EnvironmentOrBuilder>
TaskGroup. getTaskEnvironmentsOrBuilderList()
An array of environment variable mappings, which are passed to Tasks with matching indices.List<? extends EnvironmentOrBuilder>
TaskGroupOrBuilder. getTaskEnvironmentsOrBuilderList()
An array of environment variable mappings, which are passed to Tasks with matching indices.
-