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.
Implements
IMessage<Runnable.Types.Script>, IEquatable<Runnable.Types.Script>, IDeepCloneable<Runnable.Types.Script>, IBufferMessage, IMessageNamespace
Google.Cloud.Batch.V1Assembly
Google.Cloud.Batch.V1.dll
Constructors
Script()
public Script()
Script(Runnable.Types.Script)
public Script(Runnable.Types.Script other)
Parameter | |
---|---|
Name | Description |
other | Runnable.Types.Script |
Properties
CommandCase
public Runnable.Types.Script.CommandOneofCase CommandCase { get; }
Property Value | |
---|---|
Type | Description |
Runnable.Types.Script.CommandOneofCase |
Path
public string Path { get; set; }
Script file path on the host VM.
Property Value | |
---|---|
Type | Description |
String |
Text
public string Text { get; set; }
Shell script text.
Property Value | |
---|---|
Type | Description |
String |