public sealed class Runnable.Types.Script : IMessage<Runnable.Types.Script>, IEquatable<Runnable.Types.Script>, IDeepCloneable<Runnable.Types.Script>, IBufferMessage, IMessageReference documentation and code samples for the Batch v1 API class Runnable.Types.Script.
Script runnable.
Implements
IMessageRunnableTypesScript, IEquatableRunnableTypesScript, IDeepCloneableRunnableTypesScript, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.BatchV1Assembly
Google.Cloud.Batch.V1.dll
Constructors
Script()
public Script()Script(Script)
public Script(Runnable.Types.Script other)| Parameter | |
|---|---|
| Name | Description |
other |
RunnableTypesScript |
Properties
CommandCase
public Runnable.Types.Script.CommandOneofCase CommandCase { get; }| Property Value | |
|---|---|
| Type | Description |
RunnableTypesScriptCommandOneofCase |
|
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 |
|