Class GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder (2.44.0)

public static final class GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder extends GeneratedMessageV3.Builder<GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder> implements GuestPolicies.SoftwareRecipe.Artifact.RemoteOrBuilder

Specifies an artifact available via some URI.

Protobuf type google.cloud.osconfig.v1beta.SoftwareRecipe.Artifact.Remote

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

build()

public GuestPolicies.SoftwareRecipe.Artifact.Remote build()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote

buildPartial()

public GuestPolicies.SoftwareRecipe.Artifact.Remote buildPartial()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote

clear()

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder clear()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

clearChecksum()

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder clearChecksum()

Must be provided if allow_insecure is false. SHA256 checksum in hex format, to compare to the checksum of the artifact. If the checksum is not empty and it doesn't match the artifact then the recipe installation fails before running any of the steps.

string checksum = 2;

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

clearUri()

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder clearUri()

URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.

string uri = 1;

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder

This builder for chaining.

clone()

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder clone()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

getChecksum()

public String getChecksum()

Must be provided if allow_insecure is false. SHA256 checksum in hex format, to compare to the checksum of the artifact. If the checksum is not empty and it doesn't match the artifact then the recipe installation fails before running any of the steps.

string checksum = 2;

Returns
Type Description
String

The checksum.

getChecksumBytes()

public ByteString getChecksumBytes()

Must be provided if allow_insecure is false. SHA256 checksum in hex format, to compare to the checksum of the artifact. If the checksum is not empty and it doesn't match the artifact then the recipe installation fails before running any of the steps.

string checksum = 2;

Returns
Type Description
ByteString

The bytes for checksum.

getDefaultInstanceForType()

public GuestPolicies.SoftwareRecipe.Artifact.Remote getDefaultInstanceForType()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getUri()

public String getUri()

URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.

string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GuestPolicies.SoftwareRecipe.Artifact.Remote other)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder mergeFrom(GuestPolicies.SoftwareRecipe.Artifact.Remote other)
Parameter
Name Description
other GuestPolicies.SoftwareRecipe.Artifact.Remote
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

setChecksum(String value)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder setChecksum(String value)

Must be provided if allow_insecure is false. SHA256 checksum in hex format, to compare to the checksum of the artifact. If the checksum is not empty and it doesn't match the artifact then the recipe installation fails before running any of the steps.

string checksum = 2;

Parameter
Name Description
value String

The checksum to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder

This builder for chaining.

setChecksumBytes(ByteString value)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder setChecksumBytes(ByteString value)

Must be provided if allow_insecure is false. SHA256 checksum in hex format, to compare to the checksum of the artifact. If the checksum is not empty and it doesn't match the artifact then the recipe installation fails before running any of the steps.

string checksum = 2;

Parameter
Name Description
value ByteString

The bytes for checksum to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

setUri(String value)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder setUri(String value)

URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.

string uri = 1;

Parameter
Name Description
value String

The uri to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder

This builder for chaining.

setUriBytes(ByteString value)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder setUriBytes(ByteString value)

URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.

string uri = 1;

Parameter
Name Description
value ByteString

The bytes for uri to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder

This builder for chaining.