public static final class Runnable.Script.Builder extends GeneratedMessageV3.Builder<Runnable.Script.Builder> implements Runnable.ScriptOrBuilderScript runnable.
Protobuf type google.cloud.batch.v1.Runnable.Script
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Runnable.Script.BuilderImplements
Runnable.ScriptOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Runnable.Script.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Runnable.Script.Builder |
build()
public Runnable.Script build()| Type | Description |
| Runnable.Script |
buildPartial()
public Runnable.Script buildPartial()| Type | Description |
| Runnable.Script |
clear()
public Runnable.Script.Builder clear()| Type | Description |
| Runnable.Script.Builder |
clearCommand()
public Runnable.Script.Builder clearCommand()| Type | Description |
| Runnable.Script.Builder |
clearField(Descriptors.FieldDescriptor field)
public Runnable.Script.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Runnable.Script.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Runnable.Script.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Runnable.Script.Builder |
clearPath()
public Runnable.Script.Builder clearPath()Script file path on the host VM.
string path = 1;
| Type | Description |
| Runnable.Script.Builder | This builder for chaining. |
clearText()
public Runnable.Script.Builder clearText()Shell script text.
string text = 2;
| Type | Description |
| Runnable.Script.Builder | This builder for chaining. |
clone()
public Runnable.Script.Builder clone()| Type | Description |
| Runnable.Script.Builder |
getCommandCase()
public Runnable.Script.CommandCase getCommandCase()| Type | Description |
| Runnable.Script.CommandCase |
getDefaultInstanceForType()
public Runnable.Script getDefaultInstanceForType()| Type | Description |
| Runnable.Script |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getPath()
public String getPath()Script file path on the host VM.
string path = 1;
| Type | Description |
| String | The path. |
getPathBytes()
public ByteString getPathBytes()Script file path on the host VM.
string path = 1;
| Type | Description |
| ByteString | The bytes for path. |
getText()
public String getText()Shell script text.
string text = 2;
| Type | Description |
| String | The text. |
getTextBytes()
public ByteString getTextBytes()Shell script text.
string text = 2;
| Type | Description |
| ByteString | The bytes for text. |
hasPath()
public boolean hasPath()Script file path on the host VM.
string path = 1;
| Type | Description |
| boolean | Whether the path field is set. |
hasText()
public boolean hasText()Shell script text.
string text = 2;
| Type | Description |
| boolean | Whether the text field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Runnable.Script other)
public Runnable.Script.Builder mergeFrom(Runnable.Script other)| Name | Description |
| other | Runnable.Script |
| Type | Description |
| Runnable.Script.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Runnable.Script.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Runnable.Script.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Runnable.Script.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Runnable.Script.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Runnable.Script.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Runnable.Script.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Runnable.Script.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Runnable.Script.Builder |
setPath(String value)
public Runnable.Script.Builder setPath(String value)Script file path on the host VM.
string path = 1;
| Name | Description |
| value | StringThe path to set. |
| Type | Description |
| Runnable.Script.Builder | This builder for chaining. |
setPathBytes(ByteString value)
public Runnable.Script.Builder setPathBytes(ByteString value)Script file path on the host VM.
string path = 1;
| Name | Description |
| value | ByteStringThe bytes for path to set. |
| Type | Description |
| Runnable.Script.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Runnable.Script.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Runnable.Script.Builder |
setText(String value)
public Runnable.Script.Builder setText(String value)Shell script text.
string text = 2;
| Name | Description |
| value | StringThe text to set. |
| Type | Description |
| Runnable.Script.Builder | This builder for chaining. |
setTextBytes(ByteString value)
public Runnable.Script.Builder setTextBytes(ByteString value)Shell script text.
string text = 2;
| Name | Description |
| value | ByteStringThe bytes for text to set. |
| Type | Description |
| Runnable.Script.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Runnable.Script.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Runnable.Script.Builder |