Interface GuestPolicies.SoftwareRecipe.ArtifactOrBuilder (2.55.0)

public static interface GuestPolicies.SoftwareRecipe.ArtifactOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowInsecure()

public abstract boolean getAllowInsecure()

Defaults to false. When false, recipes are subject to validations based on the artifact type:

Remote: A checksum must be specified, and only protocols with transport-layer security are permitted. GCS: An object generation number must be specified.

bool allow_insecure = 4;

Returns
Type Description
boolean

The allowInsecure.

getArtifactCase()

public abstract GuestPolicies.SoftwareRecipe.Artifact.ArtifactCase getArtifactCase()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.ArtifactCase

getGcs()

public abstract GuestPolicies.SoftwareRecipe.Artifact.Gcs getGcs()

A Google Cloud Storage artifact.

.google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact.Gcs gcs = 3;

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Gcs

The gcs.

getGcsOrBuilder()

public abstract GuestPolicies.SoftwareRecipe.