Send feedback
Class Runnable.Script.Builder (0.3.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.3.2 keyboard_arrow_down
public static final class Runnable . Script . Builder extends GeneratedMessageV3 . Builder<Runnable . Script . Builder > implements Runnable . ScriptOrBuilder
Script runnable.
Protobuf type google.cloud.batch.v1alpha.Runnable.Script
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Runnable . Script . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public Runnable . Script build ()
Returns
buildPartial()
public Runnable . Script buildPartial ()
Returns
clear()
public Runnable . Script . Builder clear ()
Returns
Overrides
clearCommand()
public Runnable . Script . Builder clearCommand ()
Returns
clearField(Descriptors.FieldDescriptor field)
public Runnable . Script . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Runnable . Script . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearPath()
public Runnable . Script . Builder clearPath ()
Script file path on the host VM.
string path = 1;
Returns
clearText()
public Runnable . Script . Builder clearText ()
Shell script text.
string text = 2;
Returns
clone()
public Runnable . Script . Builder clone ()
Returns
Overrides
getCommandCase()
public Runnable . Script . CommandCase getCommandCase ()
Returns
getDefaultInstanceForType()
public Runnable . Script getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getPath()
Script file path on the host VM.
string path = 1;
Returns
Type
Description
String
The path.
getPathBytes()
public ByteString getPathBytes ()
Script file path on the host VM.
string path = 1;
Returns
getText()
Shell script text.
string text = 2;
Returns
Type
Description
String
The text.
getTextBytes()
public ByteString getTextBytes ()
Shell script text.
string text = 2;
Returns
hasPath()
Script file path on the host VM.
string path = 1;
Returns
Type
Description
boolean
Whether the path field is set.
hasText()
Shell script text.
string text = 2;
Returns
Type
Description
boolean
Whether the text field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(Runnable.Script other)
public Runnable . Script . Builder mergeFrom ( Runnable . Script other )
Parameter
Returns
public Runnable . Script . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Runnable . Script . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Runnable . Script . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Runnable . Script . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setPath(String value)
public Runnable . Script . Builder setPath ( String value )
Script file path on the host VM.
string path = 1;
Parameter
Name
Description
value
String
The path to set.
Returns
setPathBytes(ByteString value)
public Runnable . Script . Builder setPathBytes ( ByteString value )
Script file path on the host VM.
string path = 1;
Parameter
Name
Description
value
ByteString
The bytes for path to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Runnable . Script . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setText(String value)
public Runnable . Script . Builder setText ( String value )
Shell script text.
string text = 2;
Parameter
Name
Description
value
String
The text to set.
Returns
setTextBytes(ByteString value)
public Runnable . Script . Builder setTextBytes ( ByteString value )
Shell script text.
string text = 2;
Parameter
Name
Description
value
ByteString
The bytes for text to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final Runnable . Script . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]