Interface GuestPolicies.SoftwareRecipeOrBuilder (2.53.0)

public static interface GuestPolicies.SoftwareRecipeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArtifacts(int index)

public abstract GuestPolicies.SoftwareRecipe.Artifact getArtifacts(int index)

Resources available to be used in the steps in the recipe.

repeated .google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact artifacts = 3;

Parameter
Name Description
index int
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact

getArtifactsCount()

public abstract int getArtifactsCount()

Resources available to be used in the steps in the recipe.

repeated .google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact artifacts = 3;

Returns
Type Description
int

getArtifactsList()

public abstract List<GuestPolicies.SoftwareRecipe.Artifact> getArtifactsList()

Resources available to be used in the steps in the recipe.

repeated .google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact artifacts = 3;

Returns
Type Description
List<Artifact>

getArtifactsOrBuilder(int index)

public abstract GuestPolicies.SoftwareRecipe.ArtifactOrBuilder getArtifactsOrBuilder(int index)

Resources available to be used in the steps in the recipe.

repeated .google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact artifacts = 3;

Parameter
Name Description
index int
Returns
Type Description
GuestPolicies.SoftwareRecipe.ArtifactOrBuilder

getArtifactsOrBuilderList()

public