Uses of Class
flyteidl.core.Literals.KeyValuePair
-
Packages that use Literals.KeyValuePair Package Description flyteidl.core -
-
Uses of Literals.KeyValuePair in flyteidl.core
Fields in flyteidl.core declared as Literals.KeyValuePair Modifier and Type Field Description private static Literals.KeyValuePairLiterals.KeyValuePair. DEFAULT_INSTANCEFields in flyteidl.core with type parameters of type Literals.KeyValuePair Modifier and Type Field Description private List<Literals.KeyValuePair>Tasks.Container.Builder. config_private List<Literals.KeyValuePair>Tasks.Container. config_private com.google.protobuf.RepeatedFieldBuilderV3<Literals.KeyValuePair,Literals.KeyValuePair.Builder,Literals.KeyValuePairOrBuilder>Tasks.Container.Builder. configBuilder_private List<Literals.KeyValuePair>Tasks.Container.Builder. env_private List<Literals.KeyValuePair>Tasks.Container. env_private com.google.protobuf.RepeatedFieldBuilderV3<Literals.KeyValuePair,Literals.KeyValuePair.Builder,Literals.KeyValuePairOrBuilder>Tasks.Container.Builder. envBuilder_private static com.google.protobuf.Parser<Literals.KeyValuePair>Literals.KeyValuePair. PARSERMethods 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)Deprecated.Literals.KeyValuePairTasks.Container. getConfig(int index)Deprecated.Literals.KeyValuePairTasks.ContainerOrBuilder. getConfig(int index)Deprecated.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(InputStream input)static Literals.KeyValuePairLiterals.KeyValuePair. parseDelimitedFrom(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(InputStream input)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(ByteBuffer data)static Literals.KeyValuePairLiterals.KeyValuePair. parseFrom(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 private com.google.protobuf.RepeatedFieldBuilderV3<Literals.KeyValuePair,Literals.KeyValuePair.Builder,Literals.KeyValuePairOrBuilder>Tasks.Container.Builder. getConfigFieldBuilder()List<Literals.KeyValuePair>Tasks.Container.Builder. getConfigList()Deprecated.List<Literals.KeyValuePair>Tasks.Container. getConfigList()Deprecated.List<Literals.KeyValuePair>Tasks.ContainerOrBuilder. getConfigList()Deprecated.private com.google.protobuf.RepeatedFieldBuilderV3<Literals.KeyValuePair,Literals.KeyValuePair.Builder,Literals.KeyValuePairOrBuilder>Tasks.Container.Builder. getEnvFieldBuilder()List<Literals.KeyValuePair>Tasks.Container.Builder. getEnvList()Environment variables will be set as the container is starting up.List<Literals.KeyValuePair>Tasks.Container. getEnvList()Environment variables will be set as the container is starting up.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)Deprecated.Tasks.Container.BuilderTasks.Container.Builder. addConfig(Literals.KeyValuePair value)Deprecated.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.private voidLiterals.KeyValuePair.Builder. buildPartial0(Literals.KeyValuePair result)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)Deprecated.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(Iterable<? extends Literals.KeyValuePair> values)Deprecated.Tasks.Container.BuilderTasks.Container.Builder. addAllEnv(Iterable<? extends Literals.KeyValuePair> values)Environment variables will be set as the container is starting up.
-