Send feedback
Class Runnable.Container (0.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.0 keyboard_arrow_down
public static final class Runnable . Container extends GeneratedMessageV3 implements Runnable . ContainerOrBuilder
Container runnable.
Protobuf type google.cloud.batch.v1alpha.Runnable.Container
Static Fields
BLOCK_EXTERNAL_NETWORK_FIELD_NUMBER
public static final int BLOCK_EXTERNAL_NETWORK_FIELD_NUMBER
Field Value
Type
Description
int
COMMANDS_FIELD_NUMBER
public static final int COMMANDS_FIELD_NUMBER
Field Value
Type
Description
int
ENTRYPOINT_FIELD_NUMBER
public static final int ENTRYPOINT_FIELD_NUMBER
Field Value
Type
Description
int
IMAGE_URI_FIELD_NUMBER
public static final int IMAGE_URI_FIELD_NUMBER
Field Value
Type
Description
int
OPTIONS_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
Field Value
Type
Description
int
PASSWORD_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
Field Value
Type
Description
int
USERNAME_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
Field Value
Type
Description
int
VOLUMES_FIELD_NUMBER
public static final int VOLUMES_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Runnable . Container getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Runnable . Container . Builder newBuilder ()
newBuilder(Runnable.Container prototype)
public static Runnable . Container . Builder newBuilder ( Runnable . Container prototype )
public static Runnable . Container parseDelimitedFrom ( InputStream input )
public static Runnable . Container parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Runnable . Container parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Runnable . Container parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Runnable . Container parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Runnable . Container parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Runnable . Container parseFrom ( CodedInputStream input )
public static Runnable . Container parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Runnable . Container parseFrom ( InputStream input )
public static Runnable . Container parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Runnable . Container parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Runnable . Container parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Runnable . Container > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getBlockExternalNetwork()
public boolean getBlockExternalNetwork ()
If set to true, external network access to and from container will be
blocked. The container will use the default internal network
'goog-internal'.
bool block_external_network = 9;
Returns
Type
Description
boolean
The blockExternalNetwork.
getCommands(int index)
public String getCommands ( int index )
Overrides the CMD
specified in the container. If there is an ENTRYPOINT
(either in the container image or with the entrypoint field below) then
commands are appended as arguments to the ENTRYPOINT.
repeated string commands = 2;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The commands at the given index.
getCommandsBytes(int index)
public ByteString getCommandsBytes ( int index )
Overrides the CMD
specified in the container. If there is an ENTRYPOINT
(either in the container image or with the entrypoint field below) then
commands are appended as arguments to the ENTRYPOINT.
repeated string commands = 2;
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the commands at the given index.
getCommandsCount()
public int getCommandsCount ()
Overrides the CMD
specified in the container. If there is an ENTRYPOINT
(either in the container image or with the entrypoint field below) then
commands are appended as arguments to the ENTRYPOINT.
repeated string commands = 2;
Returns
Type
Description
int
The count of commands.
getCommandsList()
public ProtocolStringList getCommandsList ()
Overrides the CMD
specified in the container. If there is an ENTRYPOINT
(either in the container image or with the entrypoint field below) then
commands are appended as arguments to the ENTRYPOINT.
repeated string commands = 2;
getDefaultInstanceForType()
public Runnable . Container getDefaultInstanceForType ()
getEntrypoint()
public String getEntrypoint ()
Overrides the ENTRYPOINT
specified in the container.
string entrypoint = 3;
Returns
Type
Description
String
The entrypoint.
getEntrypointBytes()
public ByteString getEntrypointBytes ()
Overrides the ENTRYPOINT
specified in the container.
string entrypoint = 3;
Returns
Type
Description
ByteString
The bytes for entrypoint.
getImageUri()
public String getImageUri ()
The URI to pull the container image from.
string image_uri = 1;
Returns
Type
Description
String
The imageUri.
getImageUriBytes()
public ByteString getImageUriBytes ()
The URI to pull the container image from.
string image_uri = 1;
Returns
Type
Description
ByteString
The bytes for imageUri.
getOptions()
public String getOptions ()
Arbitrary additional options to include in the "docker run" command when
running this container, e.g. "--network host".
string options = 8;
Returns
Type
Description
String
The options.
getOptionsBytes()
public ByteString getOptionsBytes ()
Arbitrary additional options to include in the "docker run" command when
running this container, e.g. "--network host".
string options = 8;
Returns
Type
Description
ByteString
The bytes for options.
getParserForType()
public Parser<Runnable . Container > getParserForType ()
Overrides
getPassword()
public String getPassword ()
Optional password for logging in to a docker registry. If password
matches projects/*/secrets/*/versions/*
then Batch will read the
password from the Secret Manager;
string password = 11;
Returns
Type
Description
String
The password.
getPasswordBytes()
public ByteString getPasswordBytes ()
Optional password for logging in to a docker registry. If password
matches projects/*/secrets/*/versions/*
then Batch will read the
password from the Secret Manager;
string password = 11;
Returns
Type
Description
ByteString
The bytes for password.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
getUsername()
public String getUsername ()
Optional username for logging in to a docker registry. If username
matches projects/*/secrets/*/versions/*
then Batch will read the
username from the Secret Manager.
string username = 10;
Returns
Type
Description
String
The username.
getUsernameBytes()
public ByteString getUsernameBytes ()
Optional username for logging in to a docker registry. If username
matches projects/*/secrets/*/versions/*
then Batch will read the
username from the Secret Manager.
string username = 10;
Returns
Type
Description
ByteString
The bytes for username.
getVolumes(int index)
public String getVolumes ( int index )
Volumes to mount (bind mount) from the host machine files or directories
into the container, formatted to match docker run's --volume option,
e.g. /foo:/bar, or /foo:/bar:ro
repeated string volumes = 7;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The volumes at the given index.
getVolumesBytes(int index)
public ByteString getVolumesBytes ( int index )
Volumes to mount (bind mount) from the host machine files or directories
into the container, formatted to match docker run's --volume option,
e.g. /foo:/bar, or /foo:/bar:ro
repeated string volumes = 7;
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the volumes at the given index.
getVolumesCount()
public int getVolumesCount ()
Volumes to mount (bind mount) from the host machine files or directories
into the container, formatted to match docker run's --volume option,
e.g. /foo:/bar, or /foo:/bar:ro
repeated string volumes = 7;
Returns
Type
Description
int
The count of volumes.
getVolumesList()
public ProtocolStringList getVolumesList ()
Volumes to mount (bind mount) from the host machine files or directories
into the container, formatted to match docker run's --volume option,
e.g. /foo:/bar, or /foo:/bar:ro
repeated string volumes = 7;
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Runnable . Container . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Runnable . Container . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Runnable . Container . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]