public sealed class Environment.Types.InfrastructureSpec.Types.OsImageRuntime : IMessage<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IEquatable<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IDeepCloneable<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Environment.Types.InfrastructureSpec.Types.OsImageRuntime.
public RepeatedField<string> JavaLibraries { get; }
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
public MapField<string, string> Properties { get; }
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".
public RepeatedField<string> PythonPackages { get; }
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eOsImageRuntime\u003c/code\u003e class within the Google Cloud Dataplex V1 API, specifically under the \u003ccode\u003eEnvironment.Types.InfrastructureSpec.Types\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOsImageRuntime\u003c/code\u003e class is designed for configuring the software runtime environment for analysis and supports various versions, with version 3.6.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eIt implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionalities for message handling, equality comparison, deep cloning, and buffered message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eImageVersion\u003c/code\u003e, \u003ccode\u003eJavaLibraries\u003c/code\u003e, \u003ccode\u003eProperties\u003c/code\u003e, and \u003ccode\u003ePythonPackages\u003c/code\u003e, which allow customization of the runtime environment with specific image versions, Java libraries, Spark properties, and Python packages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOsImageRuntime\u003c/code\u003e class has multiple contructors, including one that takes another \u003ccode\u003eOsImageRuntime\u003c/code\u003e as a parameter, as well as a default constructor, enabling it to be used to create new objects based on existing configuration data.\u003c/p\u003e\n"]]],[],null,[]]