Uses of Class
flyteidl.core.Literals.KeyValuePair
-
Packages that use Literals.KeyValuePair Package Description flyteidl.core -
-
Uses of Literals.KeyValuePair in flyteidl.core
Methods in flyteidl.core that return Literals.KeyValuePair Modifier and Type Method Description Literals.KeyValuePairLiterals.KeyValuePair.Builder. build()Literals.KeyValuePairLiterals.KeyValuePair.Builder. buildPartial()Literals.KeyValuePairTasks.Container.Builder. getConfig(int index)Allows extra configs to be available for the container.Literals.KeyValuePairTasks.Container. getConfig(int index)Allows extra configs to be available for the container.Literals.KeyValuePairTasks.ContainerOrBuilder. getConfig(int index)Allows extra configs to be available for the container.static Literals.KeyValuePairLiterals.KeyValuePair. getDefaultInstance()Literals.KeyValuePairLiterals.KeyValuePair.Builder. getDefaultInstanceForType()Literals.KeyValuePairLiterals.KeyValuePair. getDefaultInstanceForType()Literals.KeyValuePairTasks.Container.Builder. getEnv(int index)Environment variables will be set as the container is starting up.Literals.KeyValuePairTasks.Container. getEnv(int index)Environment variables will be set as the container is starting up.Literals.KeyValuePairTasks.ContainerOrBuilder. getEnv(int index)Environment variables will be set as the container is starting up.static Literals.KeyValuePairLiterals.KeyValuePair. parseDelimitedFrom(java.io.InputStream input)static Literals.KeyValuePairLiterals.KeyValuePair. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(byte[] data)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(com.google.protobuf.ByteString data)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(com.google.protobuf.CodedInputStream input)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(java.io.InputStream input)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(java.nio.ByteBuffer data)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.core that return types with arguments of type Literals.KeyValuePair Modifier and Type Method Description java.util.List<Literals.KeyValuePair>Tasks.Container.Builder. getConfigList()Allows extra configs to be available for the container.java.util.List<Literals.KeyValuePair>Tasks.Container. getConfigList()Allows extra configs to be available for the container.java.util.List<Literals.KeyValuePair>Tasks.ContainerOrBuilder. getConfigList()Allows extra configs to be available for the container.java.util.List<Literals.KeyValuePair>Tasks.Container.Builder. getEnvList()Environment variables will be set as the container is starting up.java.util.List<Literals.KeyValuePair>Tasks.Container. getEnvList()Environment variables will be set as the container is starting up.java.util.List<Literals.KeyValuePair>Tasks.ContainerOrBuilder. getEnvList()Environment variables will be set as the container is starting up.com.google.protobuf.Parser<Literals.KeyValuePair>Literals.KeyValuePair. getParserForType()static com.google.protobuf.Parser<Literals.KeyValuePair>Literals.KeyValuePair. parser()Methods in flyteidl.core with parameters of type Literals.KeyValuePair Modifier and Type Method Description Tasks.Container.BuilderTasks.Container.Builder. addConfig(int index, Literals.KeyValuePair value)Allows extra configs to be available for the container.Tasks.Container.BuilderTasks.Container.Builder. addConfig(Literals.KeyValuePair value)Allows extra configs to be available for the container.Tasks.Container.BuilderTasks.Container.Builder. addEnv(int index, Literals.KeyValuePair value)Environment variables will be set as the container is starting up.Tasks.Container.BuilderTasks.Container.Builder. addEnv(Literals.KeyValuePair value)Environment variables will be set as the container is starting up.Literals.KeyValuePair.BuilderLiterals.KeyValuePair.Builder. mergeFrom(Literals.KeyValuePair other)static Literals.KeyValuePair.BuilderLiterals.KeyValuePair. newBuilder(Literals.KeyValuePair prototype)Tasks.Container.BuilderTasks.Container.Builder. setConfig(int index, Literals.KeyValuePair value)Allows extra configs to be available for the container.Tasks.Container.BuilderTasks.Container.Builder. setEnv(int index, Literals.KeyValuePair value)Environment variables will be set as the container is starting up.Method parameters in flyteidl.core with type arguments of type Literals.KeyValuePair Modifier and Type Method Description Tasks.Container.BuilderTasks.Container.Builder. addAllConfig(java.lang.Iterable<? extends Literals.KeyValuePair> values)Allows extra configs to be available for the container.Tasks.Container.BuilderTasks.Container.Builder. addAllEnv(java.lang.Iterable<? extends Literals.KeyValuePair> values)Environment variables will be set as the container is starting up.
-