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 can be supplied by the system to the container at runtime.Protobuf type
google.cloud.run.v2.Container| Modifier and Type | Class and Description |
|---|---|
static class |
Container.Builder
A single application container.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
ARGS_FIELD_NUMBER |
static int |
BASE_IMAGE_URI_FIELD_NUMBER |
static int |
BUILD_INFO_FIELD_NUMBER |
static int |
COMMAND_FIELD_NUMBER |
static int |
DEPENDS_ON_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 |
| Modifier and Type | Method and 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 |
getBaseImageUri()
Base image for this container.
|
com.google.protobuf.ByteString |
getBaseImageUriBytes()
Base image for this container.
|
BuildInfo |
getBuildInfo()
Output only.
|
BuildInfoOrBuilder |
getBuildInfoOrBuilder()
Output only.
|
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() |
String |
getDependsOn(int index)
Names of the containers that must start before this container.
|
com.google.protobuf.ByteString |
getDependsOnBytes(int index)
Names of the containers that must start before this container.
|
int |
getDependsOnCount()
Names of the containers that must start before this container.
|
com.google.protobuf.ProtocolStringList |
getDependsOnList()
Names of the containers that must start before this container.
|
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.
|
boolean |
hasBuildInfo()
Output only.
|
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(ByteBuffer data) |
static Container |
parseFrom(ByteBuffer 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 com.google.protobuf.Parser<Container> |
parser() |
Container.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int IMAGE_FIELD_NUMBER
public static final int COMMAND_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
public static final int ENV_FIELD_NUMBER
public static final int RESOURCES_FIELD_NUMBER
public static final int PORTS_FIELD_NUMBER
public static final int VOLUME_MOUNTS_FIELD_NUMBER
public static final int WORKING_DIR_FIELD_NUMBER
public static final int LIVENESS_PROBE_FIELD_NUMBER
public static final int STARTUP_PROBE_FIELD_NUMBER
public static final int DEPENDS_ON_FIELD_NUMBER
public static final int BASE_IMAGE_URI_FIELD_NUMBER
public static final int BUILD_INFO_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
Name of the container specified as a DNS_LABEL (RFC 1123).
string name = 1;getName in interface ContainerOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Name of the container specified as a DNS_LABEL (RFC 1123).
string name = 1;getNameBytes in interface ContainerOrBuilderpublic 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];getImage in interface ContainerOrBuilderpublic 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];getImageBytes in interface ContainerOrBuilderpublic 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;getCommandList in interface ContainerOrBuilderpublic 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;getCommandCount in interface ContainerOrBuilderpublic 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;getCommand in interface ContainerOrBuilderindex - The index of the element to return.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;getCommandBytes in interface ContainerOrBuilderindex - The index of the value to return.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;getArgsList in interface ContainerOrBuilderpublic int getArgsCount()
Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
repeated string args = 4;getArgsCount in interface ContainerOrBuilderpublic String getArgs(int index)
Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
repeated string args = 4;getArgs in interface ContainerOrBuilderindex - The index of the element to return.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;getArgsBytes in interface ContainerOrBuilderindex - The index of the value to return.public List<EnvVar> getEnvList()
List of environment variables to set in the container.
repeated .google.cloud.run.v2.EnvVar env = 5;getEnvList in interface ContainerOrBuilderpublic List<? extends EnvVarOrBuilder> getEnvOrBuilderList()
List of environment variables to set in the container.
repeated .google.cloud.run.v2.EnvVar env = 5;getEnvOrBuilderList in interface ContainerOrBuilderpublic int getEnvCount()
List of environment variables to set in the container.
repeated .google.cloud.run.v2.EnvVar env = 5;getEnvCount in interface ContainerOrBuilderpublic EnvVar getEnv(int index)
List of environment variables to set in the container.
repeated .google.cloud.run.v2.EnvVar env = 5;getEnv in interface ContainerOrBuilderpublic EnvVarOrBuilder getEnvOrBuilder(int index)
List of environment variables to set in the container.
repeated .google.cloud.run.v2.EnvVar env = 5;getEnvOrBuilder in interface ContainerOrBuilderpublic boolean hasResources()
Compute Resource requirements by this container.
.google.cloud.run.v2.ResourceRequirements resources = 6;hasResources in interface ContainerOrBuilderpublic ResourceRequirements getResources()
Compute Resource requirements by this container.
.google.cloud.run.v2.ResourceRequirements resources = 6;getResources in interface ContainerOrBuilderpublic ResourceRequirementsOrBuilder getResourcesOrBuilder()
Compute Resource requirements by this container.
.google.cloud.run.v2.ResourceRequirements resources = 6;getResourcesOrBuilder in interface ContainerOrBuilderpublic 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;getPortsList in interface ContainerOrBuilderpublic 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;getPortsOrBuilderList in interface ContainerOrBuilderpublic 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;getPortsCount in interface ContainerOrBuilderpublic 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;getPorts in interface ContainerOrBuilderpublic 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;getPortsOrBuilder in interface ContainerOrBuilderpublic List<VolumeMount> getVolumeMountsList()
Volume to mount into the container's filesystem.
repeated .google.cloud.run.v2.VolumeMount volume_mounts = 8;getVolumeMountsList in interface ContainerOrBuilderpublic List<? extends VolumeMountOrBuilder> getVolumeMountsOrBuilderList()
Volume to mount into the container's filesystem.
repeated .google.cloud.run.v2.VolumeMount volume_mounts = 8;getVolumeMountsOrBuilderList in interface ContainerOrBuilderpublic int getVolumeMountsCount()
Volume to mount into the container's filesystem.
repeated .google.cloud.run.v2.VolumeMount volume_mounts = 8;getVolumeMountsCount in interface ContainerOrBuilderpublic VolumeMount getVolumeMounts(int index)
Volume to mount into the container's filesystem.
repeated .google.cloud.run.v2.VolumeMount volume_mounts = 8;getVolumeMounts in interface ContainerOrBuilderpublic VolumeMountOrBuilder getVolumeMountsOrBuilder(int index)
Volume to mount into the container's filesystem.
repeated .google.cloud.run.v2.VolumeMount volume_mounts = 8;getVolumeMountsOrBuilder in interface ContainerOrBuilderpublic 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;getWorkingDir in interface ContainerOrBuilderpublic 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;getWorkingDirBytes in interface ContainerOrBuilderpublic boolean hasLivenessProbe()
Periodic probe of container liveness. Container will be restarted if the probe fails.
.google.cloud.run.v2.Probe liveness_probe = 10;hasLivenessProbe in interface ContainerOrBuilderpublic Probe getLivenessProbe()
Periodic probe of container liveness. Container will be restarted if the probe fails.
.google.cloud.run.v2.Probe liveness_probe = 10;getLivenessProbe in interface ContainerOrBuilderpublic ProbeOrBuilder getLivenessProbeOrBuilder()
Periodic probe of container liveness. Container will be restarted if the probe fails.
.google.cloud.run.v2.Probe liveness_probe = 10;getLivenessProbeOrBuilder in interface ContainerOrBuilderpublic 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;hasStartupProbe in interface ContainerOrBuilderpublic 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;getStartupProbe in interface ContainerOrBuilderpublic 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;getStartupProbeOrBuilder in interface ContainerOrBuilderpublic com.google.protobuf.ProtocolStringList getDependsOnList()
Names of the containers that must start before this container.
repeated string depends_on = 12;getDependsOnList in interface ContainerOrBuilderpublic int getDependsOnCount()
Names of the containers that must start before this container.
repeated string depends_on = 12;getDependsOnCount in interface ContainerOrBuilderpublic String getDependsOn(int index)
Names of the containers that must start before this container.
repeated string depends_on = 12;getDependsOn in interface ContainerOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getDependsOnBytes(int index)
Names of the containers that must start before this container.
repeated string depends_on = 12;getDependsOnBytes in interface ContainerOrBuilderindex - The index of the value to return.public String getBaseImageUri()
Base image for this container. Only supported for services. If set, it indicates that the service is enrolled into automatic base image update.
string base_image_uri = 13;getBaseImageUri in interface ContainerOrBuilderpublic com.google.protobuf.ByteString getBaseImageUriBytes()
Base image for this container. Only supported for services. If set, it indicates that the service is enrolled into automatic base image update.
string base_image_uri = 13;getBaseImageUriBytes in interface ContainerOrBuilderpublic boolean hasBuildInfo()
Output only. The build info of the container image.
.google.cloud.run.v2.BuildInfo build_info = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasBuildInfo in interface ContainerOrBuilderpublic BuildInfo getBuildInfo()
Output only. The build info of the container image.
.google.cloud.run.v2.BuildInfo build_info = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBuildInfo in interface ContainerOrBuilderpublic BuildInfoOrBuilder getBuildInfoOrBuilder()
Output only. The build info of the container image.
.google.cloud.run.v2.BuildInfo build_info = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBuildInfoOrBuilder in interface ContainerOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Container parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Container parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Container parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Container parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Container parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Container parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Container parseFrom(InputStream input) throws IOException
IOExceptionpublic static Container parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Container parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Container parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Container parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Container parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Container.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Container.Builder newBuilder()
public static Container.Builder newBuilder(Container prototype)
public Container.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Container.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Container getDefaultInstance()
public static com.google.protobuf.Parser<Container> parser()
public com.google.protobuf.Parser<Container> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Container getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.