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
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_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
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)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides