Uses of Interface
com.google.cloud.batch.v1alpha.EnvironmentOrBuilder
-
Packages that use EnvironmentOrBuilder Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of EnvironmentOrBuilder in com.google.cloud.batch.v1alpha
Classes in com.google.cloud.batch.v1alpha that implement EnvironmentOrBuilder Modifier and Type Class Description classEnvironmentAn Environment describes a collection of environment variables to set when executing Tasks.static classEnvironment.BuilderAn Environment describes a collection of environment variables to set when executing Tasks.Methods in com.google.cloud.batch.v1alpha that return EnvironmentOrBuilder Modifier and Type Method Description EnvironmentOrBuilderRunnable.Builder. getEnvironmentOrBuilder()Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).EnvironmentOrBuilderRunnable. getEnvironmentOrBuilder()Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).EnvironmentOrBuilderRunnableOrBuilder. getEnvironmentOrBuilder()Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).EnvironmentOrBuilderTaskSpec.Builder. getEnvironmentOrBuilder()Environment variables to set before running the Task.EnvironmentOrBuilderTaskSpec. getEnvironmentOrBuilder()Environment variables to set before running the Task.EnvironmentOrBuilderTaskSpecOrBuilder. getEnvironmentOrBuilder()Environment variables to set before running the Task.EnvironmentOrBuilderTaskGroup.Builder. getTaskEnvironmentsOrBuilder(int index)An array of environment variable mappings, which are passed to Tasks with matching indices.EnvironmentOrBuilderTaskGroup. getTaskEnvironmentsOrBuilder(int index)An array of environment variable mappings, which are passed to Tasks with matching indices.EnvironmentOrBuilderTaskGroupOrBuilder. getTaskEnvironmentsOrBuilder(int index)An array of environment variable mappings, which are passed to Tasks with matching indices.Methods in com.google.cloud.batch.v1alpha 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.
-