Class GuestPolicies.SoftwareRecipe.Step.ExecFile (2.44.0)

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GuestPolicies.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()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder newBuilder()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder

newBuilder(GuestPolicies.SoftwareRecipe.Step.ExecFile prototype)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder newBuilder(GuestPolicies.SoftwareRecipe.Step.ExecFile prototype)
Parameter
Name Description
prototype GuestPolicies.SoftwareRecipe.Step.ExecFile
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder

parseDelimitedFrom(InputStream input)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GuestPolicies.SoftwareRecipe.Step.ExecFile> parser()
Returns
Type Description
Parser<ExecFile>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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;

Returns
Type Description
ProtocolStringList

A list containing the args.

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()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile

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()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile.LocationTypeCase

getParserForType()

public Parser<GuestPolicies.SoftwareRecipe.Step.ExecFile> getParserForType()
Returns
Type Description
Parser<ExecFile>
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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder newBuilderForType()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder toBuilder()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException