Send feedback
Class GuestPolicies.SoftwareRecipe.Step.ExecFile (2.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.15.0 keyboard_arrow_down
public static final class GuestPolicies . SoftwareRecipe . Step . ExecFile extends GeneratedMessageV3 implements GuestPolicies . SoftwareRecipe . Step . ExecFileOrBuilder
Executes an artifact or local file.
Protobuf type google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExecFile
Static Fields
ALLOWED_EXIT_CODES_FIELD_NUMBER
public static final int ALLOWED_EXIT_CODES_FIELD_NUMBER
Field Value Type Description int
ARGS_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
Field Value Type Description int
ARTIFACT_ID_FIELD_NUMBER
public static final int ARTIFACT_ID_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 GuestPolicies . SoftwareRecipe . Step . ExecFile getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static GuestPolicies . SoftwareRecipe . Step . ExecFile . Builder newBuilder ()
newBuilder(GuestPolicies.SoftwareRecipe.Step.ExecFile prototype)
public static GuestPolicies . SoftwareRecipe . Step . ExecFile . Builder newBuilder ( GuestPolicies . SoftwareRecipe . Step . ExecFile prototype )
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseDelimitedFrom ( InputStream input )
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseFrom ( CodedInputStream input )
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseFrom ( InputStream input )
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies . SoftwareRecipe . Step . ExecFile parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<GuestPolicies . SoftwareRecipe . Step . ExecFile > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getAllowedExitCodes(int index)
public int getAllowedExitCodes ( int index )
Defaults to [0]. A list of possible return values that the program
can return to indicate a success.
repeated int32 allowed_exit_codes = 4;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description int
The allowedExitCodes at the given index.
getAllowedExitCodesCount()
public int getAllowedExitCodesCount ()
Defaults to [0]. A list of possible return values that the program
can return to indicate a success.
repeated int32 allowed_exit_codes = 4;
Returns Type Description int
The count of allowedExitCodes.
getAllowedExitCodesList()
public List<Integer> getAllowedExitCodesList ()
Defaults to [0]. A list of possible return values that the program
can return to indicate a success.
repeated int32 allowed_exit_codes = 4;
Returns Type Description List <Integer >
A list containing the allowedExitCodes.
getArgs(int index)
public String getArgs ( int index )
Arguments to be passed to the provided executable.
repeated string args = 3;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The args at the given index.
getArgsBytes(int index)
public ByteString getArgsBytes ( int index )
Arguments to be passed to the provided executable.
repeated string args = 3;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the args at the given index.
getArgsCount()
public int getArgsCount ()
Arguments to be passed to the provided executable.
repeated string args = 3;
Returns Type Description int
The count of args.
getArgsList()
public ProtocolStringList getArgsList ()
Arguments to be passed to the provided executable.
repeated string args = 3;
getArtifactId()
public String getArtifactId ()
The id of the relevant artifact in the recipe.
string artifact_id = 1;
Returns Type Description String
The artifactId.
getArtifactIdBytes()
public ByteString getArtifactIdBytes ()
The id of the relevant artifact in the recipe.
string artifact_id = 1;
Returns Type Description ByteString
The bytes for artifactId.
getDefaultInstanceForType()
public GuestPolicies . SoftwareRecipe . Step . ExecFile getDefaultInstanceForType ()
getLocalPath()
public String getLocalPath ()
The absolute path of the file on the local filesystem.
string local_path = 2;
Returns Type Description String
The localPath.
getLocalPathBytes()
public ByteString getLocalPathBytes ()
The absolute path of the file on the local filesystem.
string local_path = 2;
Returns Type Description ByteString
The bytes for localPath.
getLocationTypeCase()
public GuestPolicies . SoftwareRecipe . Step . ExecFile . LocationTypeCase getLocationTypeCase ()
getParserForType()
public Parser<GuestPolicies . SoftwareRecipe . Step . ExecFile > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasArtifactId()
public boolean hasArtifactId ()
The id of the relevant artifact in the recipe.
string artifact_id = 1;
Returns Type Description boolean
Whether the artifactId field is set.
hasLocalPath()
public boolean hasLocalPath ()
The absolute path of the file on the local filesystem.
string local_path = 2;
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 GuestPolicies . SoftwareRecipe . Step . ExecFile . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GuestPolicies . SoftwareRecipe . Step . ExecFile . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public GuestPolicies . SoftwareRecipe . Step . ExecFile . 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."],[],[]]