public static final class Task.InfrastructureSpec.ContainerImageRuntime extends GeneratedMessageV3 implements Task.InfrastructureSpec.ContainerImageRuntimeOrBuilder
Container Image Runtime Configuration used with Batch execution.
Protobuf type google.cloud.dataplex.v1.Task.InfrastructureSpec.ContainerImageRuntime
Static Fields
IMAGE_FIELD_NUMBER
public static final int IMAGE_FIELD_NUMBER
Field Value
JAVA_JARS_FIELD_NUMBER
public static final int JAVA_JARS_FIELD_NUMBER
Field Value
PROPERTIES_FIELD_NUMBER
public static final int PROPERTIES_FIELD_NUMBER
Field Value
PYTHON_PACKAGES_FIELD_NUMBER
public static final int PYTHON_PACKAGES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Task.InfrastructureSpec.ContainerImageRuntime getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilder()
Returns
newBuilder(Task.InfrastructureSpec.ContainerImageRuntime prototype)
public static Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilder(Task.InfrastructureSpec.ContainerImageRuntime prototype)
Parameter
Returns
public static Task.InfrastructureSpec.ContainerImageRuntime parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Task.InfrastructureSpec.ContainerImageRuntime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Task.InfrastructureSpec.ContainerImageRuntime> parser()
Returns
Methods
containsProperties(String key)
public boolean containsProperties(String key)
Optional. Override to common configuration of open source components installed on
the Dataproc cluster.
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
core:hadoop.tmp.dir
.
For more information, see Cluster
properties.
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Returns
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Task.InfrastructureSpec.ContainerImageRuntime getDefaultInstanceForType()
Returns
getImage()
Optional. Container image to use.
string image = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The image.
|
getImageBytes()
public ByteString getImageBytes()
Optional. Container image to use.
string image = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
getJavaJars(int index)
public String getJavaJars(int index)
Optional. A list of Java JARS to add to the classpath.
Valid input includes Cloud Storage URIs to Jar binaries.
For example, gs://bucket-name/my/path/to/file.jar
repeated string java_jars = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The javaJars at the given index.
|
getJavaJarsBytes(int index)
public ByteString getJavaJarsBytes(int index)
Optional. A list of Java JARS to add to the classpath.
Valid input includes Cloud Storage URIs to Jar binaries.
For example, gs://bucket-name/my/path/to/file.jar
repeated string java_jars = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the javaJars at the given index.
|
getJavaJarsCount()
public int getJavaJarsCount()
Optional. A list of Java JARS to add to the classpath.
Valid input includes Cloud Storage URIs to Jar binaries.
For example, gs://bucket-name/my/path/to/file.jar
repeated string java_jars = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
int | The count of javaJars.
|
getJavaJarsList()
public ProtocolStringList getJavaJarsList()
Optional. A list of Java JARS to add to the classpath.
Valid input includes Cloud Storage URIs to Jar binaries.
For example, gs://bucket-name/my/path/to/file.jar
repeated string java_jars = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
getParserForType()
public Parser<Task.InfrastructureSpec.ContainerImageRuntime> getParserForType()
Returns
Overrides
getProperties()
public Map<String,String> getProperties()
Returns
getPropertiesCount()
public int getPropertiesCount()
Optional. Override to common configuration of open source components installed on
the Dataproc cluster.
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
core:hadoop.tmp.dir
.
For more information, see Cluster
properties.
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
getPropertiesMap()
public Map<String,String> getPropertiesMap()
Optional. Override to common configuration of open source components installed on
the Dataproc cluster.
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
core:hadoop.tmp.dir
.
For more information, see Cluster
properties.
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
getPropertiesOrDefault(String key, String defaultValue)
public String getPropertiesOrDefault(String key, String defaultValue)
Optional. Override to common configuration of open source components installed on
the Dataproc cluster.
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
core:hadoop.tmp.dir
.
For more information, see Cluster
properties.
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameters
Returns
getPropertiesOrThrow(String key)
public String getPropertiesOrThrow(String key)
Optional. Override to common configuration of open source components installed on
the Dataproc cluster.
The properties to set on daemon config files.
Property keys are specified in prefix:property
format, for example
core:hadoop.tmp.dir
.
For more information, see Cluster
properties.
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Returns
getPythonPackages(int index)
public String getPythonPackages(int index)
Optional. A list of python packages to be installed.
Valid formats include Cloud Storage URI to a PIP installable library.
For example, gs://bucket-name/my/path/to/lib.tar.gz
repeated string python_packages = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The pythonPackages at the given index.
|
getPythonPackagesBytes(int index)
public ByteString getPythonPackagesBytes(int index)
Optional. A list of python packages to be installed.
Valid formats include Cloud Storage URI to a PIP installable library.
For example, gs://bucket-name/my/path/to/lib.tar.gz
repeated string python_packages = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the pythonPackages at the given index.
|
getPythonPackagesCount()
public int getPythonPackagesCount()
Optional. A list of python packages to be installed.
Valid formats include Cloud Storage URI to a PIP installable library.
For example, gs://bucket-name/my/path/to/lib.tar.gz
repeated string python_packages = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
int | The count of pythonPackages.
|
getPythonPackagesList()
public ProtocolStringList getPythonPackagesList()
Optional. A list of python packages to be installed.
Valid formats include Cloud Storage URI to a PIP installable library.
For example, gs://bucket-name/my/path/to/lib.tar.gz
repeated string python_packages = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Task.InfrastructureSpec.ContainerImageRuntime.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions