public static final class PatchJobs.ExecStepConfig extends GeneratedMessageV3 implements PatchJobs.ExecStepConfigOrBuilder
Common configurations for an ExecStep.
Protobuf type google.cloud.osconfig.v1.ExecStepConfig
Static Fields
ALLOWED_SUCCESS_CODES_FIELD_NUMBER
public static final int ALLOWED_SUCCESS_CODES_FIELD_NUMBER
Field Value
GCS_OBJECT_FIELD_NUMBER
public static final int GCS_OBJECT_FIELD_NUMBER
Field Value
INTERPRETER_FIELD_NUMBER
public static final int INTERPRETER_FIELD_NUMBER
Field Value
LOCAL_PATH_FIELD_NUMBER
public static final int LOCAL_PATH_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static PatchJobs.ExecStepConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static PatchJobs.ExecStepConfig.Builder newBuilder()
Returns
newBuilder(PatchJobs.ExecStepConfig prototype)
public static PatchJobs.ExecStepConfig.Builder newBuilder(PatchJobs.ExecStepConfig prototype)
Parameter
Returns
public static PatchJobs.ExecStepConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static PatchJobs.ExecStepConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static PatchJobs.ExecStepConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PatchJobs.ExecStepConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static PatchJobs.ExecStepConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PatchJobs.ExecStepConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PatchJobs.ExecStepConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static PatchJobs.ExecStepConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PatchJobs.ExecStepConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static PatchJobs.ExecStepConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static PatchJobs.ExecStepConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PatchJobs.ExecStepConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<PatchJobs.ExecStepConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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()
Returns
getExecutableCase()
public PatchJobs.ExecStepConfig.ExecutableCase getExecutableCase()
Returns
getGcsObject()
public PatchJobs.GcsObject getGcsObject()
A Cloud Storage object containing the executable.
.google.cloud.osconfig.v1.GcsObject gcs_object = 2;
Returns
getGcsObjectOrBuilder()
public PatchJobs.GcsObjectOrBuilder getGcsObjectOrBuilder()
A Cloud Storage object containing the executable.
.google.cloud.osconfig.v1.GcsObject gcs_object = 2;
Returns
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.v1.ExecStepConfig.Interpreter interpreter = 4;
Returns
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.v1.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
getParserForType()
public Parser<PatchJobs.ExecStepConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasGcsObject()
public boolean hasGcsObject()
A Cloud Storage object containing the executable.
.google.cloud.osconfig.v1.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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public PatchJobs.ExecStepConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PatchJobs.ExecStepConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public PatchJobs.ExecStepConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions