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

public sealed class 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

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.dll

Constructors

Script()

public Script()

Script(Runnable.Types.Script)

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

Properties

CommandCase

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

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