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
ARGS_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
Field Value
ARTIFACT_ID_FIELD_NUMBER
public static final int ARTIFACT_ID_FIELD_NUMBER
Field Value
LOCAL_PATH_FIELD_NUMBER
public static final int LOCAL_PATH_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static GuestPolicies.SoftwareRecipe.Step.ExecFile getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder newBuilder()
Returns
newBuilder(GuestPolicies.SoftwareRecipe.Step.ExecFile prototype)
public static GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder newBuilder(GuestPolicies.SoftwareRecipe.Step.ExecFile prototype)
Parameter
Returns
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies.SoftwareRecipe.Step.ExecFile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<GuestPolicies.SoftwareRecipe.Step.ExecFile> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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
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
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
getLocationTypeCase()
public GuestPolicies.SoftwareRecipe.Step.ExecFile.LocationTypeCase getLocationTypeCase()
Returns
getParserForType()
public Parser<GuestPolicies.SoftwareRecipe.Step.ExecFile> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public GuestPolicies.SoftwareRecipe.Step.ExecFile.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions