Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Environment::InfrastructureSpec::OsImageRuntime.
Software Runtime Configuration to run Analyze.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image_version
def image_version() -> ::String
Returns
- (::String) — Required. Dataplex Image version.
#image_version=
def image_version=(value) -> ::String
Parameter
- value (::String) — Required. Dataplex Image version.
Returns
- (::String) — Required. Dataplex Image version.
#java_libraries
def java_libraries() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. List of Java jars to be included in the runtime environment. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
#java_libraries=
def java_libraries=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. List of Java jars to be included in the runtime environment. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
Returns
- (::Array<::String>) — Optional. List of Java jars to be included in the runtime environment. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
#properties
def properties() -> ::Google::Protobuf::Map{::String => ::String}
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Spark properties to provide configuration for use in sessions
created for this environment. The properties to set on daemon config
files. Property keys are specified in
prefix:property
format. The prefix must be "spark".
#properties=
def properties=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
-
value (::Google::Protobuf::Map{::String => ::String}) — Optional. Spark properties to provide configuration for use in sessions
created for this environment. The properties to set on daemon config
files. Property keys are specified in
prefix:property
format. The prefix must be "spark".
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Spark properties to provide configuration for use in sessions
created for this environment. The properties to set on daemon config
files. Property keys are specified in
prefix:property
format. The prefix must be "spark".
#python_packages
def python_packages() -> ::Array<::String>
Returns
- (::Array<::String>) — 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
#python_packages=
def python_packages=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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
Returns
- (::Array<::String>) — 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