public sealed class OsImageRuntime : IMessage<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IEquatable<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IDeepCloneable<Environment.Types.InfrastructureSpec.Types.OsImageRuntime>, IBufferMessage, IMessage
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 document outlines the available versions of \u003ccode\u003eOsImageRuntime\u003c/code\u003e within the \u003ccode\u003eGoogle.Cloud.Dataplex.V1\u003c/code\u003e namespace, ranging from version 1.0.0 up to the latest version 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOsImageRuntime\u003c/code\u003e is a software runtime configuration used to run analyses within Google Cloud Dataplex, implementing interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOsImageRuntime\u003c/code\u003e class includes properties to configure the environment, like \u003ccode\u003eImageVersion\u003c/code\u003e for the Dataplex Image version, \u003ccode\u003eJavaLibraries\u003c/code\u003e for including Java jars, \u003ccode\u003eProperties\u003c/code\u003e for Spark configurations, and \u003ccode\u003ePythonPackages\u003c/code\u003e for installing Python libraries.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors, \u003ccode\u003eOsImageRuntime()\u003c/code\u003e for creating a new instance, and \u003ccode\u003eOsImageRuntime(Environment.Types.InfrastructureSpec.Types.OsImageRuntime)\u003c/code\u003e to generate a copy of an existing \u003ccode\u003eOsImageRuntime\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits members from the \u003ccode\u003eObject\u003c/code\u003e class, including methods like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]