- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.3
- 2.3.2
public static interface GuestPolicies.SoftwareRecipe.StepOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getArchiveExtraction()
public abstract GuestPolicies.SoftwareRecipe.Step.ExtractArchive getArchiveExtraction()
Extracts an archive into the specified directory.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExtractArchive archive_extraction = 2;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.ExtractArchive | The archiveExtraction. |
getArchiveExtractionOrBuilder()
public abstract GuestPolicies.SoftwareRecipe.Step.ExtractArchiveOrBuilder getArchiveExtractionOrBuilder()
Extracts an archive into the specified directory.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExtractArchive archive_extraction = 2;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.ExtractArchiveOrBuilder |
getDpkgInstallation()
public abstract GuestPolicies.SoftwareRecipe.Step.InstallDpkg getDpkgInstallation()
Installs a deb file via dpkg.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.InstallDpkg dpkg_installation = 4;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.InstallDpkg | The dpkgInstallation. |
getDpkgInstallationOrBuilder()
public abstract GuestPolicies.SoftwareRecipe.Step.InstallDpkgOrBuilder getDpkgInstallationOrBuilder()
Installs a deb file via dpkg.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.InstallDpkg dpkg_installation = 4;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.InstallDpkgOrBuilder |
getFileCopy()
public abstract GuestPolicies.SoftwareRecipe.Step.CopyFile getFileCopy()
Copies a file onto the instance.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.CopyFile file_copy = 1;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.CopyFile | The fileCopy. |
getFileCopyOrBuilder()
public abstract GuestPolicies.SoftwareRecipe.Step.CopyFileOrBuilder getFileCopyOrBuilder()
Copies a file onto the instance.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.CopyFile file_copy = 1;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.CopyFileOrBuilder |
getFileExec()
public abstract GuestPolicies.SoftwareRecipe.Step.ExecFile getFileExec()
Executes an artifact or local file.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExecFile file_exec = 6;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.ExecFile | The fileExec. |
getFileExecOrBuilder()
public abstract GuestPolicies.SoftwareRecipe.Step.ExecFileOrBuilder getFileExecOrBuilder()
Executes an artifact or local file.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExecFile file_exec = 6;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.ExecFileOrBuilder |
getMsiInstallation()
public abstract GuestPolicies.SoftwareRecipe.Step.InstallMsi getMsiInstallation()
Installs an MSI file.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.InstallMsi msi_installation = 3;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.InstallMsi | The msiInstallation. |
getMsiInstallationOrBuilder()
public abstract GuestPolicies.SoftwareRecipe.Step.InstallMsiOrBuilder getMsiInstallationOrBuilder()
Installs an MSI file.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.InstallMsi msi_installation = 3;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.InstallMsiOrBuilder |
getRpmInstallation()
public abstract GuestPolicies.SoftwareRecipe.Step.InstallRpm getRpmInstallation()
Installs an rpm file via the rpm utility.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.InstallRpm rpm_installation = 5;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.InstallRpm | The rpmInstallation. |
getRpmInstallationOrBuilder()
public abstract GuestPolicies.SoftwareRecipe.Step.InstallRpmOrBuilder getRpmInstallationOrBuilder()
Installs an rpm file via the rpm utility.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.InstallRpm rpm_installation = 5;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.InstallRpmOrBuilder |
getScriptRun()
public abstract GuestPolicies.SoftwareRecipe.Step.RunScript getScriptRun()
Runs commands in a shell.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.RunScript script_run = 7;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.RunScript | The scriptRun. |
getScriptRunOrBuilder()
public abstract GuestPolicies.SoftwareRecipe.Step.RunScriptOrBuilder getScriptRunOrBuilder()
Runs commands in a shell.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.RunScript script_run = 7;
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.RunScriptOrBuilder |
getStepCase()
public abstract GuestPolicies.SoftwareRecipe.Step.StepCase getStepCase()
Returns | |
---|---|
Type | Description |
GuestPolicies.SoftwareRecipe.Step.StepCase |
hasArchiveExtraction()
public abstract boolean hasArchiveExtraction()
Extracts an archive into the specified directory.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExtractArchive archive_extraction = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the archiveExtraction field is set. |
hasDpkgInstallation()
public abstract boolean hasDpkgInstallation()
Installs a deb file via dpkg.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.InstallDpkg dpkg_installation = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the dpkgInstallation field is set. |
hasFileCopy()
public abstract boolean hasFileCopy()
Copies a file onto the instance.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.CopyFile file_copy = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the fileCopy field is set. |
hasFileExec()
public abstract boolean hasFileExec()
Executes an artifact or local file.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExecFile file_exec = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the fileExec field is set. |
hasMsiInstallation()
public abstract boolean hasMsiInstallation()
Installs an MSI file.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.InstallMsi msi_installation = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the msiInstallation field is set. |
hasRpmInstallation()
public abstract boolean hasRpmInstallation()
Installs an rpm file via the rpm utility.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.InstallRpm rpm_installation = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the rpmInstallation field is set. |
hasScriptRun()
public abstract boolean hasScriptRun()
Runs commands in a shell.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.RunScript script_run = 7;
Returns | |
---|---|
Type | Description |
boolean | Whether the scriptRun field is set. |