public static interface PatchJobs.ExecStepConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAllowedSuccessCodes(int index)
Defaults to [0].
|
int |
getAllowedSuccessCodesCount()
Defaults to [0].
|
List<Integer> |
getAllowedSuccessCodesList()
Defaults to [0].
|
PatchJobs.ExecStepConfig.ExecutableCase |
getExecutableCase() |
PatchJobs.GcsObject |
getGcsObject()
A Cloud Storage object containing the executable.
|
PatchJobs.GcsObjectOrBuilder |
getGcsObjectOrBuilder()
A Cloud Storage object containing the executable.
|
PatchJobs.ExecStepConfig.Interpreter |
getInterpreter()
The script interpreter to use to run the script.
|
int |
getInterpreterValue()
The script interpreter to use to run the script.
|
String |
getLocalPath()
An absolute path to the executable on the VM.
|
com.google.protobuf.ByteString |
getLocalPathBytes()
An absolute path to the executable on the VM.
|
boolean |
hasGcsObject()
A Cloud Storage object containing the executable.
|
boolean |
hasLocalPath()
An absolute path to the executable on the VM.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocalPath()
An absolute path to the executable on the VM.
string local_path = 1;String getLocalPath()
An absolute path to the executable on the VM.
string local_path = 1;com.google.protobuf.ByteString getLocalPathBytes()
An absolute path to the executable on the VM.
string local_path = 1;boolean hasGcsObject()
A Cloud Storage object containing the executable.
.google.cloud.osconfig.v1.GcsObject gcs_object = 2;PatchJobs.GcsObject getGcsObject()
A Cloud Storage object containing the executable.
.google.cloud.osconfig.v1.GcsObject gcs_object = 2;PatchJobs.GcsObjectOrBuilder getGcsObjectOrBuilder()
A Cloud Storage object containing the executable.
.google.cloud.osconfig.v1.GcsObject gcs_object = 2;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;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;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;index - The index of the element to return.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] (https://en.wikipedia.org/wiki/Shebang_\(Unix\)).
.google.cloud.osconfig.v1.ExecStepConfig.Interpreter interpreter = 4;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] (https://en.wikipedia.org/wiki/Shebang_\(Unix\)).
.google.cloud.osconfig.v1.ExecStepConfig.Interpreter interpreter = 4;PatchJobs.ExecStepConfig.ExecutableCase getExecutableCase()
Copyright © 2024 Google LLC. All rights reserved.