Send feedback
Class GuestPolicies.SoftwareRecipe.Artifact (2.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.7.0 keyboard_arrow_down
public static final class GuestPolicies . SoftwareRecipe . Artifact extends GeneratedMessageV3 implements GuestPolicies . SoftwareRecipe . ArtifactOrBuilder
Specifies a resource to be used in the recipe.
Protobuf type google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact
Static Fields
ALLOW_INSECURE_FIELD_NUMBER
public static final int ALLOW_INSECURE_FIELD_NUMBER
Field Value
GCS_FIELD_NUMBER
public static final int GCS_FIELD_NUMBER
Field Value
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value
REMOTE_FIELD_NUMBER
public static final int REMOTE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static GuestPolicies . SoftwareRecipe . Artifact getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static GuestPolicies . SoftwareRecipe . Artifact . Builder newBuilder ()
Returns
newBuilder(GuestPolicies.SoftwareRecipe.Artifact prototype)
public static GuestPolicies . SoftwareRecipe . Artifact . Builder newBuilder ( GuestPolicies . SoftwareRecipe . Artifact prototype )
Parameter
Returns
public static GuestPolicies . SoftwareRecipe . Artifact parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static GuestPolicies . SoftwareRecipe . Artifact parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static GuestPolicies . SoftwareRecipe . Artifact parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies . SoftwareRecipe . Artifact parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static GuestPolicies . SoftwareRecipe . Artifact parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies . SoftwareRecipe . Artifact parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static GuestPolicies . SoftwareRecipe . Artifact parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static GuestPolicies . SoftwareRecipe . Artifact parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static GuestPolicies . SoftwareRecipe . Artifact parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static GuestPolicies . SoftwareRecipe . Artifact parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static GuestPolicies . SoftwareRecipe . Artifact parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies . SoftwareRecipe . Artifact parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<GuestPolicies . SoftwareRecipe . Artifact > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAllowInsecure()
public 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 GuestPolicies . SoftwareRecipe . Artifact . ArtifactCase getArtifactCase ()
Returns
getDefaultInstanceForType()
public GuestPolicies . SoftwareRecipe . Artifact getDefaultInstanceForType ()
Returns
getGcs()
public GuestPolicies . SoftwareRecipe . Artifact . Gcs getGcs ()
A Google Cloud Storage artifact.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact.Gcs gcs = 3;
Returns
getGcsOrBuilder()
public GuestPolicies . SoftwareRecipe . Artifact . GcsOrBuilder getGcsOrBuilder ()
A Google Cloud Storage artifact.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact.Gcs gcs = 3;
Returns
getId()
Required. Id of the artifact, which the installation and update steps of this
recipe can reference. Artifacts in a recipe cannot have the same id.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getIdBytes()
public ByteString getIdBytes ()
Required. Id of the artifact, which the installation and update steps of this
recipe can reference. Artifacts in a recipe cannot have the same id.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getParserForType()
public Parser<GuestPolicies . SoftwareRecipe . Artifact > getParserForType ()
Returns
Overrides
getRemote()
public GuestPolicies . SoftwareRecipe . Artifact . Remote getRemote ()
A generic remote artifact.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact.Remote remote = 2;
Returns
getRemoteOrBuilder()
public GuestPolicies . SoftwareRecipe . Artifact . RemoteOrBuilder getRemoteOrBuilder ()
A generic remote artifact.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact.Remote remote = 2;
Returns
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasGcs()
A Google Cloud Storage artifact.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact.Gcs gcs = 3;
Returns
Type Description boolean Whether the gcs field is set.
hasRemote()
public boolean hasRemote ()
A generic remote artifact.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact.Remote remote = 2;
Returns
Type Description boolean Whether the remote field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public GuestPolicies . SoftwareRecipe . Artifact . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GuestPolicies . SoftwareRecipe . Artifact . 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 . Artifact . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]