public static interface OSPolicy.Resource.File.RemoteOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSha256Checksum()
public abstract String getSha256Checksum()SHA256 checksum of the remote file.
string sha256_checksum = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The sha256Checksum. |
getSha256ChecksumBytes()
public abstract ByteString getSha256ChecksumBytes()SHA256 checksum of the remote file.
string sha256_checksum = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |