Package flyteidl.core
Class Tasks.Container
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- flyteidl.core.Tasks.Container
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Tasks.ContainerOrBuilder,java.io.Serializable
- Enclosing class:
- Tasks
public static final class Tasks.Container extends com.google.protobuf.GeneratedMessageV3 implements Tasks.ContainerOrBuilder
Protobuf typeflyteidl.core.Container- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTasks.Container.BuilderProtobuf typeflyteidl.core.Container-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intARGS_FIELD_NUMBERstatic intCOMMAND_FIELD_NUMBERstatic intCONFIG_FIELD_NUMBERstatic intDATA_CONFIG_FIELD_NUMBERstatic intENV_FIELD_NUMBERstatic intIMAGE_FIELD_NUMBERstatic intPORTS_FIELD_NUMBERstatic intRESOURCES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetArgs(int index)These will default to Flyte given paths.com.google.protobuf.ByteStringgetArgsBytes(int index)These will default to Flyte given paths.intgetArgsCount()These will default to Flyte given paths.com.google.protobuf.ProtocolStringListgetArgsList()These will default to Flyte given paths.java.lang.StringgetCommand(int index)Command to be executed, if not provided, the default entrypoint in the container image will be used.com.google.protobuf.ByteStringgetCommandBytes(int index)Command to be executed, if not provided, the default entrypoint in the container image will be used.intgetCommandCount()Command to be executed, if not provided, the default entrypoint in the container image will be used.com.google.protobuf.ProtocolStringListgetCommandList()Command to be executed, if not provided, the default entrypoint in the container image will be used.Literals.KeyValuePairgetConfig(int index)Allows extra configs to be available for the container.intgetConfigCount()Allows extra configs to be available for the container.java.util.List<Literals.KeyValuePair>getConfigList()Allows extra configs to be available for the container.Literals.KeyValuePairOrBuildergetConfigOrBuilder(int index)Allows extra configs to be available for the container.java.util.List<? extends Literals.KeyValuePairOrBuilder>getConfigOrBuilderList()Allows extra configs to be available for the container.Tasks.DataLoadingConfiggetDataConfig()BETA: Optional configuration for DataLoading.Tasks.DataLoadingConfigOrBuildergetDataConfigOrBuilder()BETA: Optional configuration for DataLoading.static Tasks.ContainergetDefaultInstance()Tasks.ContainergetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()Literals.KeyValuePairgetEnv(int index)Environment variables will be set as the container is starting up.intgetEnvCount()Environment variables will be set as the container is starting up.java.util.List<Literals.KeyValuePair>getEnvList()Environment variables will be set as the container is starting up.Literals.KeyValuePairOrBuildergetEnvOrBuilder(int index)Environment variables will be set as the container is starting up.java.util.List<? extends Literals.KeyValuePairOrBuilder>getEnvOrBuilderList()Environment variables will be set as the container is starting up.java.lang.StringgetImage()Container image url.com.google.protobuf.ByteStringgetImageBytes()Container image url.com.google.protobuf.Parser<Tasks.Container>getParserForType()Tasks.ContainerPortgetPorts(int index)Ports to open in the container.intgetPortsCount()Ports to open in the container.java.util.List<Tasks.ContainerPort>getPortsList()Ports to open in the container.Tasks.ContainerPortOrBuildergetPortsOrBuilder(int index)Ports to open in the container.java.util.List<? extends Tasks.ContainerPortOrBuilder>getPortsOrBuilderList()Ports to open in the container.Tasks.ResourcesgetResources()Container resources requirement as specified by the container engine.Tasks.ResourcesOrBuildergetResourcesOrBuilder()Container resources requirement as specified by the container engine.intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasDataConfig()BETA: Optional configuration for DataLoading.inthashCode()booleanhasResources()Container resources requirement as specified by the container engine.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Tasks.Container.BuildernewBuilder()static Tasks.Container.BuildernewBuilder(Tasks.Container prototype)Tasks.Container.BuildernewBuilderForType()protected Tasks.Container.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Tasks.ContainerparseDelimitedFrom(java.io.InputStream input)static Tasks.ContainerparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Tasks.ContainerparseFrom(byte[] data)static Tasks.ContainerparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Tasks.ContainerparseFrom(com.google.protobuf.ByteString data)static Tasks.ContainerparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Tasks.ContainerparseFrom(com.google.protobuf.CodedInputStream input)static Tasks.ContainerparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Tasks.ContainerparseFrom(java.io.InputStream input)static Tasks.ContainerparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Tasks.ContainerparseFrom(java.nio.ByteBuffer data)static Tasks.ContainerparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Tasks.Container>parser()Tasks.Container.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
IMAGE_FIELD_NUMBER
public static final int IMAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMMAND_FIELD_NUMBER
public static final int COMMAND_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ARGS_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESOURCES_FIELD_NUMBER
public static final int RESOURCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENV_FIELD_NUMBER
public static final int ENV_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIG_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PORTS_FIELD_NUMBER
public static final int PORTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATA_CONFIG_FIELD_NUMBER
public static final int DATA_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getImage
public java.lang.String getImage()
Container image url. Eg: docker/redis:latest
string image = 1;- Specified by:
getImagein interfaceTasks.ContainerOrBuilder- Returns:
- The image.
-
getImageBytes
public com.google.protobuf.ByteString getImageBytes()
Container image url. Eg: docker/redis:latest
string image = 1;- Specified by:
getImageBytesin interfaceTasks.ContainerOrBuilder- Returns:
- The bytes for image.
-
getCommandList
public com.google.protobuf.ProtocolStringList getCommandList()
Command to be executed, if not provided, the default entrypoint in the container image will be used.
repeated string command = 2;- Specified by:
getCommandListin interfaceTasks.ContainerOrBuilder- Returns:
- A list containing the command.
-
getCommandCount
public int getCommandCount()
Command to be executed, if not provided, the default entrypoint in the container image will be used.
repeated string command = 2;- Specified by:
getCommandCountin interfaceTasks.ContainerOrBuilder- Returns:
- The count of command.
-
getCommand
public java.lang.String getCommand(int index)
Command to be executed, if not provided, the default entrypoint in the container image will be used.
repeated string command = 2;- Specified by:
getCommandin interfaceTasks.ContainerOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The command at the given index.
-
getCommandBytes
public com.google.protobuf.ByteString getCommandBytes(int index)
Command to be executed, if not provided, the default entrypoint in the container image will be used.
repeated string command = 2;- Specified by:
getCommandBytesin interfaceTasks.ContainerOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the command at the given index.
-
getArgsList
public com.google.protobuf.ProtocolStringList getArgsList()
These will default to Flyte given paths. If provided, the system will not append known paths. If the task still needs flyte's inputs and outputs path, add $(FLYTE_INPUT_FILE), $(FLYTE_OUTPUT_FILE) wherever makes sense and the system will populate these before executing the container.
repeated string args = 3;- Specified by:
getArgsListin interfaceTasks.ContainerOrBuilder- Returns:
- A list containing the args.
-
getArgsCount
public int getArgsCount()
These will default to Flyte given paths. If provided, the system will not append known paths. If the task still needs flyte's inputs and outputs path, add $(FLYTE_INPUT_FILE), $(FLYTE_OUTPUT_FILE) wherever makes sense and the system will populate these before executing the container.
repeated string args = 3;- Specified by:
getArgsCountin interfaceTasks.ContainerOrBuilder- Returns:
- The count of args.
-
getArgs
public java.lang.String getArgs(int index)
These will default to Flyte given paths. If provided, the system will not append known paths. If the task still needs flyte's inputs and outputs path, add $(FLYTE_INPUT_FILE), $(FLYTE_OUTPUT_FILE) wherever makes sense and the system will populate these before executing the container.
repeated string args = 3;- Specified by:
getArgsin interfaceTasks.ContainerOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The args at the given index.
-
getArgsBytes
public com.google.protobuf.ByteString getArgsBytes(int index)
These will default to Flyte given paths. If provided, the system will not append known paths. If the task still needs flyte's inputs and outputs path, add $(FLYTE_INPUT_FILE), $(FLYTE_OUTPUT_FILE) wherever makes sense and the system will populate these before executing the container.
repeated string args = 3;- Specified by:
getArgsBytesin interfaceTasks.ContainerOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the args at the given index.
-
hasResources
public boolean hasResources()
Container resources requirement as specified by the container engine.
.flyteidl.core.Resources resources = 4;- Specified by:
hasResourcesin interfaceTasks.ContainerOrBuilder- Returns:
- Whether the resources field is set.
-
getResources
public Tasks.Resources getResources()
Container resources requirement as specified by the container engine.
.flyteidl.core.Resources resources = 4;- Specified by:
getResourcesin interfaceTasks.ContainerOrBuilder- Returns:
- The resources.
-
getResourcesOrBuilder
public Tasks.ResourcesOrBuilder getResourcesOrBuilder()
Container resources requirement as specified by the container engine.
.flyteidl.core.Resources resources = 4;- Specified by:
getResourcesOrBuilderin interfaceTasks.ContainerOrBuilder
-
getEnvList
public java.util.List<Literals.KeyValuePair> getEnvList()
Environment variables will be set as the container is starting up.
repeated .flyteidl.core.KeyValuePair env = 5;- Specified by:
getEnvListin interfaceTasks.ContainerOrBuilder
-
getEnvOrBuilderList
public java.util.List<? extends Literals.KeyValuePairOrBuilder> getEnvOrBuilderList()
Environment variables will be set as the container is starting up.
repeated .flyteidl.core.KeyValuePair env = 5;- Specified by:
getEnvOrBuilderListin interfaceTasks.ContainerOrBuilder
-
getEnvCount
public int getEnvCount()
Environment variables will be set as the container is starting up.
repeated .flyteidl.core.KeyValuePair env = 5;- Specified by:
getEnvCountin interfaceTasks.ContainerOrBuilder
-
getEnv
public Literals.KeyValuePair getEnv(int index)
Environment variables will be set as the container is starting up.
repeated .flyteidl.core.KeyValuePair env = 5;- Specified by:
getEnvin interfaceTasks.ContainerOrBuilder
-
getEnvOrBuilder
public Literals.KeyValuePairOrBuilder getEnvOrBuilder(int index)
Environment variables will be set as the container is starting up.
repeated .flyteidl.core.KeyValuePair env = 5;- Specified by:
getEnvOrBuilderin interfaceTasks.ContainerOrBuilder
-
getConfigList
public java.util.List<Literals.KeyValuePair> getConfigList()
Allows extra configs to be available for the container. TODO: elaborate on how configs will become available.
repeated .flyteidl.core.KeyValuePair config = 6;- Specified by:
getConfigListin interfaceTasks.ContainerOrBuilder
-
getConfigOrBuilderList
public java.util.List<? extends Literals.KeyValuePairOrBuilder> getConfigOrBuilderList()
Allows extra configs to be available for the container. TODO: elaborate on how configs will become available.
repeated .flyteidl.core.KeyValuePair config = 6;- Specified by:
getConfigOrBuilderListin interfaceTasks.ContainerOrBuilder
-
getConfigCount
public int getConfigCount()
Allows extra configs to be available for the container. TODO: elaborate on how configs will become available.
repeated .flyteidl.core.KeyValuePair config = 6;- Specified by:
getConfigCountin interfaceTasks.ContainerOrBuilder
-
getConfig
public Literals.KeyValuePair getConfig(int index)
Allows extra configs to be available for the container. TODO: elaborate on how configs will become available.
repeated .flyteidl.core.KeyValuePair config = 6;- Specified by:
getConfigin interfaceTasks.ContainerOrBuilder
-
getConfigOrBuilder
public Literals.KeyValuePairOrBuilder getConfigOrBuilder(int index)
Allows extra configs to be available for the container. TODO: elaborate on how configs will become available.
repeated .flyteidl.core.KeyValuePair config = 6;- Specified by:
getConfigOrBuilderin interfaceTasks.ContainerOrBuilder
-
getPortsList
public java.util.List<Tasks.ContainerPort> getPortsList()
Ports to open in the container. This feature is not supported by all execution engines. (e.g. supported on K8s but not supported on AWS Batch) Only K8s
repeated .flyteidl.core.ContainerPort ports = 7;- Specified by:
getPortsListin interfaceTasks.ContainerOrBuilder
-
getPortsOrBuilderList
public java.util.List<? extends Tasks.ContainerPortOrBuilder> getPortsOrBuilderList()
Ports to open in the container. This feature is not supported by all execution engines. (e.g. supported on K8s but not supported on AWS Batch) Only K8s
repeated .flyteidl.core.ContainerPort ports = 7;- Specified by:
getPortsOrBuilderListin interfaceTasks.ContainerOrBuilder
-
getPortsCount
public int getPortsCount()
Ports to open in the container. This feature is not supported by all execution engines. (e.g. supported on K8s but not supported on AWS Batch) Only K8s
repeated .flyteidl.core.ContainerPort ports = 7;- Specified by:
getPortsCountin interfaceTasks.ContainerOrBuilder
-
getPorts
public Tasks.ContainerPort getPorts(int index)
Ports to open in the container. This feature is not supported by all execution engines. (e.g. supported on K8s but not supported on AWS Batch) Only K8s
repeated .flyteidl.core.ContainerPort ports = 7;- Specified by:
getPortsin interfaceTasks.ContainerOrBuilder
-
getPortsOrBuilder
public Tasks.ContainerPortOrBuilder getPortsOrBuilder(int index)
Ports to open in the container. This feature is not supported by all execution engines. (e.g. supported on K8s but not supported on AWS Batch) Only K8s
repeated .flyteidl.core.ContainerPort ports = 7;- Specified by:
getPortsOrBuilderin interfaceTasks.ContainerOrBuilder
-
hasDataConfig
public boolean hasDataConfig()
BETA: Optional configuration for DataLoading. If not specified, then default values are used. This makes it possible to to run a completely portable container, that uses inputs and outputs only from the local file-system and without having any reference to flyteidl. This is supported only on K8s at the moment. If data loading is enabled, then data will be mounted in accompanying directories specified in the DataLoadingConfig. If the directories are not specified, inputs will be mounted onto and outputs will be uploaded from a pre-determined file-system path. Refer to the documentation to understand the default paths. Only K8s
.flyteidl.core.DataLoadingConfig data_config = 9;- Specified by:
hasDataConfigin interfaceTasks.ContainerOrBuilder- Returns:
- Whether the dataConfig field is set.
-
getDataConfig
public Tasks.DataLoadingConfig getDataConfig()
BETA: Optional configuration for DataLoading. If not specified, then default values are used. This makes it possible to to run a completely portable container, that uses inputs and outputs only from the local file-system and without having any reference to flyteidl. This is supported only on K8s at the moment. If data loading is enabled, then data will be mounted in accompanying directories specified in the DataLoadingConfig. If the directories are not specified, inputs will be mounted onto and outputs will be uploaded from a pre-determined file-system path. Refer to the documentation to understand the default paths. Only K8s
.flyteidl.core.DataLoadingConfig data_config = 9;- Specified by:
getDataConfigin interfaceTasks.ContainerOrBuilder- Returns:
- The dataConfig.
-
getDataConfigOrBuilder
public Tasks.DataLoadingConfigOrBuilder getDataConfigOrBuilder()
BETA: Optional configuration for DataLoading. If not specified, then default values are used. This makes it possible to to run a completely portable container, that uses inputs and outputs only from the local file-system and without having any reference to flyteidl. This is supported only on K8s at the moment. If data loading is enabled, then data will be mounted in accompanying directories specified in the DataLoadingConfig. If the directories are not specified, inputs will be mounted onto and outputs will be uploaded from a pre-determined file-system path. Refer to the documentation to understand the default paths. Only K8s
.flyteidl.core.DataLoadingConfig data_config = 9;- Specified by:
getDataConfigOrBuilderin interfaceTasks.ContainerOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Tasks.Container parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Tasks.Container parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Tasks.Container parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Tasks.Container parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Tasks.Container parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Tasks.Container parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Tasks.Container parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Tasks.Container parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Tasks.Container parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Tasks.Container parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Tasks.Container parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Tasks.Container parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public Tasks.Container.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Tasks.Container.Builder newBuilder()
-
newBuilder
public static Tasks.Container.Builder newBuilder(Tasks.Container prototype)
-
toBuilder
public Tasks.Container.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Tasks.Container.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Tasks.Container getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Tasks.Container> parser()
-
getParserForType
public com.google.protobuf.Parser<Tasks.Container> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Tasks.Container getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-