Class OSPolicy.Resource.File.Remote.Builder (2.85.0)

public static final class OSPolicy.Resource.File.Remote.Builder extends GeneratedMessage.Builder<OSPolicy.Resource.File.Remote.Builder> implements OSPolicy.Resource.File.RemoteOrBuilder

Specifies a file available via some URI.

Protobuf type google.cloud.osconfig.v1alpha.OSPolicy.Resource.File.Remote

Static Methods

getDescriptor()

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

Methods

build()

public OSPolicy.Resource.File.Remote build()
Returns
Type Description
OSPolicy.Resource.File.Remote

buildPartial()

public OSPolicy.Resource.File.Remote buildPartial()
Returns
Type Description
OSPolicy.Resource.File.Remote

clear()

public OSPolicy.Resource.File.Remote.Builder clear()
Returns
Type Description
OSPolicy.Resource.File.Remote.Builder
Overrides

clearSha256Checksum()

public OSPolicy.Resource.File.Remote.Builder clearSha256Checksum()

SHA256 checksum of the remote file.

string sha256_checksum = 2;

Returns
Type Description
OSPolicy.Resource.File.Remote.Builder

This builder for chaining.

clearUri()

public OSPolicy.Resource.File.Remote.Builder clearUri()

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

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OSPolicy.Resource.File.Remote.Builder

This builder for chaining.

getDefaultInstanceForType()

public OSPolicy.Resource.File.Remote getDefaultInstanceForType()
Returns
Type Description
OSPolicy.Resource.File.Remote

getDescriptorForType()

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

getSha256Checksum()

public String getSha256Checksum()

SHA256 checksum of the remote file.

string sha256_checksum = 2;

Returns
Type Description
String

The sha256Checksum.

getSha256ChecksumBytes()

public ByteString getSha256ChecksumBytes()

SHA256 checksum of the remote file.

string sha256_checksum = 2;

Returns
Type Description
ByteString

The bytes for sha256Checksum.

getUri()

public String getUri()

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

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

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

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for uri.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(OSPolicy.Resource.File.Remote other)

public OSPolicy.Resource.File.Remote.Builder mergeFrom(OSPolicy.Resource.File.Remote other)
Parameter
Name Description
other OSPolicy.Resource.File.Remote
Returns
Type Description
OSPolicy.Resource.File.Remote.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OSPolicy.Resource.File.Remote.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OSPolicy.Resource.File.Remote.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public OSPolicy.Resource.File.Remote.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
OSPolicy.Resource.File.Remote.Builder
Overrides

setSha256Checksum(String value)

public OSPolicy.Resource.File.Remote.Builder setSha256Checksum(String value)

SHA256 checksum of the remote file.

string sha256_checksum = 2;

Parameter
Name Description
value String

The sha256Checksum to set.

Returns
Type Description
OSPolicy.Resource.File.Remote.Builder

This builder for chaining.

setSha256ChecksumBytes(ByteString value)

public OSPolicy.Resource.File.Remote.Builder setSha256ChecksumBytes(ByteString value)

SHA256 checksum of the remote file.

string sha256_checksum = 2;

Parameter
Name Description
value ByteString

The bytes for sha256Checksum to set.

Returns
Type Description
OSPolicy.Resource.File.Remote.Builder

This builder for chaining.

setUri(String value)

public OSPolicy.Resource.File.Remote.Builder setUri(String value)

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

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The uri to set.

Returns
Type Description
OSPolicy.Resource.File.Remote.Builder

This builder for chaining.

setUriBytes(ByteString value)

public OSPolicy.Resource.File.Remote.Builder setUriBytes(ByteString value)

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

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for uri to set.

Returns
Type Description
OSPolicy.Resource.File.Remote.Builder

This builder for chaining.