Batch v1 API - Class Runnable.Types.Script (1.3.0)

public sealed class Runnable.Types.Script : IMessage<Runnable.Types.Script>, IEquatable<Runnable.Types.Script>, IDeepCloneable<Runnable.Types.Script>, IBufferMessage, IMessage

Reference documentation and code samples for the Batch v1 API class Runnable.Types.Script.

Script runnable.

Inheritance

object > Runnable.Types.Script

Namespace

GoogleCloudGoogle.Cloud.BatchV1

Assembly

Google.Cloud.Batch.V1.dll

Constructors

Script()

public Script()

Script(Script)

public Script(Runnable.Types.Script other)
Parameter
NameDescription
otherRunnableTypesScript

Properties

CommandCase

public Runnable.Types.Script.CommandOneofCase CommandCase { get; }
Property Value
TypeDescription
RunnableTypesScriptCommandOneofCase

Path

public string Path { get; set; }

Script file path on the host VM.

Property Value
TypeDescription
string

Text

public string Text { get; set; }

Shell script text.

Property Value
TypeDescription
string