Package com.google.cloud.run.v2
Class Container
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.run.v2.Container
-
- All Implemented Interfaces:
ContainerOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class Container extends com.google.protobuf.GeneratedMessageV3 implements ContainerOrBuilder
A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. Note that additional arguments may be supplied by the system to the container at runtime.
Protobuf typegoogle.cloud.run.v2.Container
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Container.Builder
A single application container.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARGS_FIELD_NUMBER
static int
COMMAND_FIELD_NUMBER
static int
ENV_FIELD_NUMBER
static int
IMAGE_FIELD_NUMBER
static int
LIVENESS_PROBE_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
PORTS_FIELD_NUMBER
static int
RESOURCES_FIELD_NUMBER
static int
STARTUP_PROBE_FIELD_NUMBER
static int
VOLUME_MOUNTS_FIELD_NUMBER
static int
WORKING_DIR_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getArgs(int index)
Arguments to the entrypoint.com.google.protobuf.ByteString
getArgsBytes(int index)
Arguments to the entrypoint.int
getArgsCount()
Arguments to the entrypoint.com.google.protobuf.ProtocolStringList
getArgsList()
Arguments to the entrypoint.String
getCommand(int index)
Entrypoint array.com.google.protobuf.ByteString
getCommandBytes(int index)
Entrypoint array.int
getCommandCount()
Entrypoint array.com.google.protobuf.ProtocolStringList
getCommandList()
Entrypoint array.static Container
getDefaultInstance()
Container
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
EnvVar
getEnv(int index)
List of environment variables to set in the container.int
getEnvCount()
List of environment variables to set in the container.List<EnvVar>
getEnvList()
List of environment variables to set in the container.EnvVarOrBuilder
getEnvOrBuilder(int index)
List of environment variables to set in the container.List<? extends EnvVarOrBuilder>
getEnvOrBuilderList()
List of environment variables to set in the container.String
getImage()
Required.com.google.protobuf.ByteString
getImageBytes()
Required.Probe
getLivenessProbe()
Periodic probe of container liveness.ProbeOrBuilder
getLivenessProbeOrBuilder()
Periodic probe of container liveness.String
getName()
Name of the container specified as a DNS_LABEL (RFC 1123).com.google.protobuf.ByteString
getNameBytes()
Name of the container specified as a DNS_LABEL (RFC 1123).com.google.protobuf.Parser<Container>
getParserForType()
ContainerPort
getPorts(int index)
List of ports to expose from the container.int
getPortsCount()
List of ports to expose from the container.List<ContainerPort>
getPortsList()
List of ports to expose from the container.ContainerPortOrBuilder
getPortsOrBuilder(int index)
List of ports to expose from the container.List<? extends ContainerPortOrBuilder>
getPortsOrBuilderList()
List of ports to expose from the container.ResourceRequirements
getResources()
Compute Resource requirements by this container.ResourceRequirementsOrBuilder
getResourcesOrBuilder()
Compute Resource requirements by this container.int
getSerializedSize()
Probe
getStartupProbe()
Startup probe of application within the container.ProbeOrBuilder
getStartupProbeOrBuilder()
Startup probe of application within the container.VolumeMount
getVolumeMounts(int index)
Volume to mount into the container's filesystem.int
getVolumeMountsCount()
Volume to mount into the container's filesystem.List<VolumeMount>
getVolumeMountsList()
Volume to mount into the container's filesystem.VolumeMountOrBuilder
getVolumeMountsOrBuilder(int index)
Volume to mount into the container's filesystem.List<? extends VolumeMountOrBuilder>
getVolumeMountsOrBuilderList()
Volume to mount into the container's filesystem.String
getWorkingDir()
Container's working directory.com.google.protobuf.ByteString
getWorkingDirBytes()
Container's working directory.int
hashCode()
boolean
hasLivenessProbe()
Periodic probe of container liveness.boolean
hasResources()
Compute Resource requirements by this container.boolean
hasStartupProbe()
Startup probe of application within the container.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Container.Builder
newBuilder()
static Container.Builder
newBuilder(Container prototype)
Container.Builder
newBuilderForType()
protected Container.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Container
parseDelimitedFrom(InputStream input)
static Container
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
parseFrom(byte[] data)
static Container
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
parseFrom(com.google.protobuf.ByteString data)
static Container
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
parseFrom(com.google.protobuf.CodedInputStream input)
static Container
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
parseFrom(InputStream input)
static Container
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
parseFrom(ByteBuffer data)
static Container
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Container>
parser()
Container.Builder
toBuilder()
void
writeTo(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, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
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
-
ENV_FIELD_NUMBER
public static final int ENV_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESOURCES_FIELD_NUMBER
public static final int RESOURCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PORTS_FIELD_NUMBER
public static final int PORTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VOLUME_MOUNTS_FIELD_NUMBER
public static final int VOLUME_MOUNTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKING_DIR_FIELD_NUMBER
public static final int WORKING_DIR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LIVENESS_PROBE_FIELD_NUMBER
public static final int LIVENESS_PROBE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STARTUP_PROBE_FIELD_NUMBER
public static final int STARTUP_PROBE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
Name of the container specified as a DNS_LABEL (RFC 1123).
string name = 1;
- Specified by:
getName
in interfaceContainerOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Name of the container specified as a DNS_LABEL (RFC 1123).
string name = 1;
- Specified by:
getNameBytes
in interfaceContainerOrBuilder
- Returns:
- The bytes for name.
-
getImage
public String getImage()
Required. Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed.
string image = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getImage
in interfaceContainerOrBuilder
- Returns:
- The image.
-
getImageBytes
public com.google.protobuf.ByteString getImageBytes()
Required. Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed.
string image = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getImageBytes
in interfaceContainerOrBuilder
- Returns:
- The bytes for image.
-
getCommandList
public com.google.protobuf.ProtocolStringList getCommandList()
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
repeated string command = 3;
- Specified by:
getCommandList
in interfaceContainerOrBuilder
- Returns:
- A list containing the command.
-
getCommandCount
public int getCommandCount()
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
repeated string command = 3;
- Specified by:
getCommandCount
in interfaceContainerOrBuilder
- Returns:
- The count of command.
-
getCommand
public String getCommand(int index)
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
repeated string command = 3;
- Specified by:
getCommand
in interfaceContainerOrBuilder
- 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)
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
repeated string command = 3;
- Specified by:
getCommandBytes
in interfaceContainerOrBuilder
- 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()
Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
repeated string args = 4;
- Specified by:
getArgsList
in interfaceContainerOrBuilder
- Returns:
- A list containing the args.
-
getArgsCount
public int getArgsCount()
Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
repeated string args = 4;
- Specified by:
getArgsCount
in interfaceContainerOrBuilder
- Returns:
- The count of args.
-
getArgs
public String getArgs(int index)
Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
repeated string args = 4;
- Specified by:
getArgs
in interfaceContainerOrBuilder
- 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)
Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
repeated string args = 4;
- Specified by:
getArgsBytes
in interfaceContainerOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the args at the given index.
-
getEnvList
public List<EnvVar> getEnvList()
List of environment variables to set in the container.
repeated .google.cloud.run.v2.EnvVar env = 5;
- Specified by:
getEnvList
in interfaceContainerOrBuilder
-
getEnvOrBuilderList
public List<? extends EnvVarOrBuilder> getEnvOrBuilderList()
List of environment variables to set in the container.
repeated .google.cloud.run.v2.EnvVar env = 5;
- Specified by:
getEnvOrBuilderList
in interfaceContainerOrBuilder
-
getEnvCount
public int getEnvCount()
List of environment variables to set in the container.
repeated .google.cloud.run.v2.EnvVar env = 5;
- Specified by:
getEnvCount
in interfaceContainerOrBuilder
-
getEnv
public EnvVar getEnv(int index)
List of environment variables to set in the container.
repeated .google.cloud.run.v2.EnvVar env = 5;
- Specified by:
getEnv
in interfaceContainerOrBuilder
-
getEnvOrBuilder
public EnvVarOrBuilder getEnvOrBuilder(int index)
List of environment variables to set in the container.
repeated .google.cloud.run.v2.EnvVar env = 5;
- Specified by:
getEnvOrBuilder
in interfaceContainerOrBuilder
-
hasResources
public boolean hasResources()
Compute Resource requirements by this container.
.google.cloud.run.v2.ResourceRequirements resources = 6;
- Specified by:
hasResources
in interfaceContainerOrBuilder
- Returns:
- Whether the resources field is set.
-
getResources
public ResourceRequirements getResources()
Compute Resource requirements by this container.
.google.cloud.run.v2.ResourceRequirements resources = 6;
- Specified by:
getResources
in interfaceContainerOrBuilder
- Returns:
- The resources.
-
getResourcesOrBuilder
public ResourceRequirementsOrBuilder getResourcesOrBuilder()
Compute Resource requirements by this container.
.google.cloud.run.v2.ResourceRequirements resources = 6;
- Specified by:
getResourcesOrBuilder
in interfaceContainerOrBuilder
-
getPortsList
public List<ContainerPort> getPortsList()
List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
repeated .google.cloud.run.v2.ContainerPort ports = 7;
- Specified by:
getPortsList
in interfaceContainerOrBuilder
-
getPortsOrBuilderList
public List<? extends ContainerPortOrBuilder> getPortsOrBuilderList()
List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
repeated .google.cloud.run.v2.ContainerPort ports = 7;
- Specified by:
getPortsOrBuilderList
in interfaceContainerOrBuilder
-
getPortsCount
public int getPortsCount()
List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
repeated .google.cloud.run.v2.ContainerPort ports = 7;
- Specified by:
getPortsCount
in interfaceContainerOrBuilder
-
getPorts
public ContainerPort getPorts(int index)
List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
repeated .google.cloud.run.v2.ContainerPort ports = 7;
- Specified by:
getPorts
in interfaceContainerOrBuilder
-
getPortsOrBuilder
public ContainerPortOrBuilder getPortsOrBuilder(int index)
List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
repeated .google.cloud.run.v2.ContainerPort ports = 7;
- Specified by:
getPortsOrBuilder
in interfaceContainerOrBuilder
-
getVolumeMountsList
public List<VolumeMount> getVolumeMountsList()
Volume to mount into the container's filesystem.
repeated .google.cloud.run.v2.VolumeMount volume_mounts = 8;
- Specified by:
getVolumeMountsList
in interfaceContainerOrBuilder
-
getVolumeMountsOrBuilderList
public List<? extends VolumeMountOrBuilder> getVolumeMountsOrBuilderList()
Volume to mount into the container's filesystem.
repeated .google.cloud.run.v2.VolumeMount volume_mounts = 8;
- Specified by:
getVolumeMountsOrBuilderList
in interfaceContainerOrBuilder
-
getVolumeMountsCount
public int getVolumeMountsCount()
Volume to mount into the container's filesystem.
repeated .google.cloud.run.v2.VolumeMount volume_mounts = 8;
- Specified by:
getVolumeMountsCount
in interfaceContainerOrBuilder
-
getVolumeMounts
public VolumeMount getVolumeMounts(int index)
Volume to mount into the container's filesystem.
repeated .google.cloud.run.v2.VolumeMount volume_mounts = 8;
- Specified by:
getVolumeMounts
in interfaceContainerOrBuilder
-
getVolumeMountsOrBuilder
public VolumeMountOrBuilder getVolumeMountsOrBuilder(int index)
Volume to mount into the container's filesystem.
repeated .google.cloud.run.v2.VolumeMount volume_mounts = 8;
- Specified by:
getVolumeMountsOrBuilder
in interfaceContainerOrBuilder
-
getWorkingDir
public String getWorkingDir()
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
string working_dir = 9;
- Specified by:
getWorkingDir
in interfaceContainerOrBuilder
- Returns:
- The workingDir.
-
getWorkingDirBytes
public com.google.protobuf.ByteString getWorkingDirBytes()
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
string working_dir = 9;
- Specified by:
getWorkingDirBytes
in interfaceContainerOrBuilder
- Returns:
- The bytes for workingDir.
-
hasLivenessProbe
public boolean hasLivenessProbe()
Periodic probe of container liveness. Container will be restarted if the probe fails.
.google.cloud.run.v2.Probe liveness_probe = 10;
- Specified by:
hasLivenessProbe
in interfaceContainerOrBuilder
- Returns:
- Whether the livenessProbe field is set.
-
getLivenessProbe
public Probe getLivenessProbe()
Periodic probe of container liveness. Container will be restarted if the probe fails.
.google.cloud.run.v2.Probe liveness_probe = 10;
- Specified by:
getLivenessProbe
in interfaceContainerOrBuilder
- Returns:
- The livenessProbe.
-
getLivenessProbeOrBuilder
public ProbeOrBuilder getLivenessProbeOrBuilder()
Periodic probe of container liveness. Container will be restarted if the probe fails.
.google.cloud.run.v2.Probe liveness_probe = 10;
- Specified by:
getLivenessProbeOrBuilder
in interfaceContainerOrBuilder
-
hasStartupProbe
public boolean hasStartupProbe()
Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails.
.google.cloud.run.v2.Probe startup_probe = 11;
- Specified by:
hasStartupProbe
in interfaceContainerOrBuilder
- Returns:
- Whether the startupProbe field is set.
-
getStartupProbe
public Probe getStartupProbe()
Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails.
.google.cloud.run.v2.Probe startup_probe = 11;
- Specified by:
getStartupProbe
in interfaceContainerOrBuilder
- Returns:
- The startupProbe.
-
getStartupProbeOrBuilder
public ProbeOrBuilder getStartupProbeOrBuilder()
Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails.
.google.cloud.run.v2.Probe startup_probe = 11;
- Specified by:
getStartupProbeOrBuilder
in interfaceContainerOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Container parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Container parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Container parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static 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 Container parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Container parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Container parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Container parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Container parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Container parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Container parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Container parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Container.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Container.Builder newBuilder()
-
newBuilder
public static Container.Builder newBuilder(Container prototype)
-
toBuilder
public Container.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Container.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Container getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Container> parser()
-
getParserForType
public com.google.protobuf.Parser<Container> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Container getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-