Interface OSPolicy.Resource.File.RemoteOrBuilder (2.3.2)

public static interface OSPolicy.Resource.File.RemoteOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSha256Checksum()

public abstract String getSha256Checksum()

SHA256 checksum of the remote file.

string sha256_checksum = 2;

Returns
TypeDescription
String

The sha256Checksum.

getSha256ChecksumBytes()

public abstract ByteString getSha256ChecksumBytes()

SHA256 checksum of the remote file.

string sha256_checksum = 2;

Returns
TypeDescription
ByteString

The bytes for sha256Checksum.

getUri()

public abstract 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
TypeDescription
String

The uri.

getUriBytes()

public abstract 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
TypeDescription
ByteString

The bytes for uri.