Send feedback
Class PatchJobs.ExecStepConfig (2.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.16.0 keyboard_arrow_down
public static final class PatchJobs . ExecStepConfig extends GeneratedMessageV3 implements PatchJobs . ExecStepConfigOrBuilder
Common configurations for an ExecStep.
Protobuf type google.cloud.osconfig.v1beta.ExecStepConfig
Static Fields
ALLOWED_SUCCESS_CODES_FIELD_NUMBER
public static final int ALLOWED_SUCCESS_CODES_FIELD_NUMBER
Field Value Type Description int
GCS_OBJECT_FIELD_NUMBER
public static final int GCS_OBJECT_FIELD_NUMBER
Field Value Type Description int
INTERPRETER_FIELD_NUMBER
public static final int INTERPRETER_FIELD_NUMBER
Field Value Type Description int
LOCAL_PATH_FIELD_NUMBER
public static final int LOCAL_PATH_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static PatchJobs . ExecStepConfig getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static PatchJobs . ExecStepConfig . Builder newBuilder ()
newBuilder(PatchJobs.ExecStepConfig prototype)
public static PatchJobs . ExecStepConfig . Builder newBuilder ( PatchJobs . ExecStepConfig prototype )
public static PatchJobs . ExecStepConfig parseDelimitedFrom ( InputStream input )
public static PatchJobs . ExecStepConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static PatchJobs . ExecStepConfig parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PatchJobs . ExecStepConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static PatchJobs . ExecStepConfig parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PatchJobs . ExecStepConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static PatchJobs . ExecStepConfig parseFrom ( CodedInputStream input )
public static PatchJobs . ExecStepConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static PatchJobs . ExecStepConfig parseFrom ( InputStream input )
public static PatchJobs . ExecStepConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static PatchJobs . ExecStepConfig parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PatchJobs . ExecStepConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<PatchJobs . ExecStepConfig > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getAllowedSuccessCodes(int index)
public int getAllowedSuccessCodes ( int index )
Defaults to [0]. A list of possible return values that the
execution can return to indicate a success.
repeated int32 allowed_success_codes = 3;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description int
The allowedSuccessCodes at the given index.
getAllowedSuccessCodesCount()
public int getAllowedSuccessCodesCount ()
Defaults to [0]. A list of possible return values that the
execution can return to indicate a success.
repeated int32 allowed_success_codes = 3;
Returns Type Description int
The count of allowedSuccessCodes.
getAllowedSuccessCodesList()
public List<Integer> getAllowedSuccessCodesList ()
Defaults to [0]. A list of possible return values that the
execution can return to indicate a success.
repeated int32 allowed_success_codes = 3;
Returns Type Description List <Integer >
A list containing the allowedSuccessCodes.
getDefaultInstanceForType()
public PatchJobs . ExecStepConfig getDefaultInstanceForType ()
getExecutableCase()
public PatchJobs . ExecStepConfig . ExecutableCase getExecutableCase ()
getGcsObject()
public PatchJobs . GcsObject getGcsObject ()
A Google Cloud Storage object containing the executable.
.google.cloud.osconfig.v1beta.GcsObject gcs_object = 2;
getGcsObjectOrBuilder()
public PatchJobs . GcsObjectOrBuilder getGcsObjectOrBuilder ()
A Google Cloud Storage object containing the executable.
.google.cloud.osconfig.v1beta.GcsObject gcs_object = 2;
getInterpreter()
public PatchJobs . ExecStepConfig . Interpreter getInterpreter ()
The script interpreter to use to run the script. If no interpreter is
specified the script will be executed directly, which will likely
only succeed for scripts with shebang lines .
.google.cloud.osconfig.v1beta.ExecStepConfig.Interpreter interpreter = 4;
getInterpreterValue()
public int getInterpreterValue ()
The script interpreter to use to run the script. If no interpreter is
specified the script will be executed directly, which will likely
only succeed for scripts with shebang lines .
.google.cloud.osconfig.v1beta.ExecStepConfig.Interpreter interpreter = 4;
Returns Type Description int
The enum numeric value on the wire for interpreter.
getLocalPath()
public String getLocalPath ()
An absolute path to the executable on the VM.
string local_path = 1;
Returns Type Description String
The localPath.
getLocalPathBytes()
public ByteString getLocalPathBytes ()
An absolute path to the executable on the VM.
string local_path = 1;
Returns Type Description ByteString
The bytes for localPath.
getParserForType()
public Parser<PatchJobs . ExecStepConfig > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasGcsObject()
public boolean hasGcsObject ()
A Google Cloud Storage object containing the executable.
.google.cloud.osconfig.v1beta.GcsObject gcs_object = 2;
Returns Type Description boolean
Whether the gcsObject field is set.
hasLocalPath()
public boolean hasLocalPath ()
An absolute path to the executable on the VM.
string local_path = 1;
Returns Type Description boolean
Whether the localPath field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public PatchJobs . ExecStepConfig . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PatchJobs . ExecStepConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public PatchJobs . ExecStepConfig . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
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-21 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-21 UTC."],[],[]]