public static final class Runnable.Container extends GeneratedMessageV3 implements Runnable.ContainerOrBuilder
Container runnable.
Protobuf type google.cloud.batch.v1.Runnable.Container
Static Fields
BLOCK_EXTERNAL_NETWORK_FIELD_NUMBER
public static final int BLOCK_EXTERNAL_NETWORK_FIELD_NUMBER
Field Value
COMMANDS_FIELD_NUMBER
public static final int COMMANDS_FIELD_NUMBER
Field Value
ENTRYPOINT_FIELD_NUMBER
public static final int ENTRYPOINT_FIELD_NUMBER
Field Value
IMAGE_URI_FIELD_NUMBER
public static final int IMAGE_URI_FIELD_NUMBER
Field Value
OPTIONS_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
Field Value
PASSWORD_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
Field Value
USERNAME_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
Field Value
VOLUMES_FIELD_NUMBER
public static final int VOLUMES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Runnable.Container getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Runnable.Container.Builder newBuilder()
Returns
newBuilder(Runnable.Container prototype)
public static Runnable.Container.Builder newBuilder(Runnable.Container prototype)
Parameter
Returns
public static Runnable.Container parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Runnable.Container parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Runnable.Container parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Runnable.Container parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Runnable.Container parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Runnable.Container parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Runnable.Container parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Runnable.Container parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Runnable.Container parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Runnable.Container parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Runnable.Container parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Runnable.Container parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Runnable.Container> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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;
Returns
getDefaultInstanceForType()
public Runnable.Container getDefaultInstanceForType()
Returns
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()
Returns
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
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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;
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Runnable.Container.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Runnable.Container.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Runnable.Container.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions