public static final class PatchJobs.ExecStepConfig extends GeneratedMessageV3 implements PatchJobs.ExecStepConfigOrBuilder
Common configurations for an ExecStep.
Protobuf type google.cloud.osconfig.v1beta.ExecStepConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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
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)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public PatchJobs.ExecStepConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides