public static final class Task.InfrastructureSpec.ContainerImageRuntime extends GeneratedMessageV3 implements Task.InfrastructureSpec.ContainerImageRuntimeOrBuilder
   
   Container Image Runtime Configuration used with Batch execution.
 Protobuf type 
 google.events.cloud.dataplex.v1.Task.InfrastructureSpec.ContainerImageRuntime
 
  
  
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  IMAGE_FIELD_NUMBER
  
    public static final int IMAGE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  JAVA_JARS_FIELD_NUMBER
  
    public static final int JAVA_JARS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  PROPERTIES_FIELD_NUMBER
  
    public static final int PROPERTIES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  PYTHON_PACKAGES_FIELD_NUMBER
  
    public static final int PYTHON_PACKAGES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static Task.InfrastructureSpec.ContainerImageRuntime getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilder()
   
  
  
  newBuilder(Task.InfrastructureSpec.ContainerImageRuntime prototype)
  
    public static Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilder(Task.InfrastructureSpec.ContainerImageRuntime prototype)
   
  
  
  
  
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        data | 
        byte[]
  | 
      
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<Task.InfrastructureSpec.ContainerImageRuntime> parser()
   
  
  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;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        key | 
        String
  | 
      
    
  
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        obj | 
        Object
  | 
      
    
  
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public Task.InfrastructureSpec.ContainerImageRuntime getDefaultInstanceForType()
   
  
  
  getImage()
  
   Optional. Container image to use.
 string image = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        String | 
        The image. 
 | 
      
    
  
  
  getImageBytes()
  
    public ByteString getImageBytes()
   
   Optional. Container image to use.
 string image = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        ByteString | 
        The bytes for image. 
 | 
      
    
  
  
  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;
 
  
    
      
        | 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;
 
  
    
      
        | 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;
 
  
    
      
        | 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;
 
  
  
  getParserForType()
  
    public Parser<Task.InfrastructureSpec.ContainerImageRuntime> getParserForType()
   
  
  Overrides
  
  
  getProperties()
  
    public Map<String,String> getProperties()
   
  
  
  
  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;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  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;
 
  
  
  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;
 
  
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        String | 
         | 
      
    
  
  
  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;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        key | 
        String
  | 
      
    
  
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        String | 
         | 
      
    
  
  
  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;
 
  
    
      
        | 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;
 
  
    
      
        | 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;
 
  
    
      
        | 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;
 
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  Overrides
  
  
  getUnknownFields()
  
    public final UnknownFieldSet getUnknownFields()
   
  
  Overrides
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  internalGetMapField(int number)
  
    protected MapField internalGetMapField(int number)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        number | 
        int
  | 
      
    
  
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        Object | 
         | 
      
    
  
  Overrides
  
  
  toBuilder()
  
    public Task.InfrastructureSpec.ContainerImageRuntime.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides