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

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

build()

public GuestPolicies.SoftwareRecipe.Artifact.Remote build()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote

buildPartial()

public GuestPolicies.SoftwareRecipe.Artifact.Remote buildPartial()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote

clear()

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder clear()
Returns
TypeDescription
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
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder

This builder for chaining.

clone()

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for checksum.

getDefaultInstanceForType()

public GuestPolicies.SoftwareRecipe.Artifact.Remote getDefaultInstanceForType()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for uri.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GuestPolicies.SoftwareRecipe.Artifact.Remote other)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder mergeFrom(GuestPolicies.SoftwareRecipe.Artifact.Remote other)
Parameter
NameDescription
otherGuestPolicies.SoftwareRecipe.Artifact.Remote
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The checksum to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for checksum to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The uri to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for uri to set.

Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Artifact.Remote.Builder

This builder for chaining.