public interface FileInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMimeType()
The MIME type of the file.
|
ByteString |
getMimeTypeBytes()
The MIME type of the file.
|
java.lang.String |
getSha1Sum()
The SHA1 hash of the file, in hex.
|
ByteString |
getSha1SumBytes()
The SHA1 hash of the file, in hex.
|
java.lang.String |
getSourceUrl()
URL source to use to fetch this file.
|
ByteString |
getSourceUrlBytes()
URL source to use to fetch this file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getSourceUrl()
URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com/\<bucket\>/\<object\>'.
string source_url = 1;
ByteString getSourceUrlBytes()
URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com/\<bucket\>/\<object\>'.
string source_url = 1;
java.lang.String getSha1Sum()
The SHA1 hash of the file, in hex.
string sha1_sum = 2;
ByteString getSha1SumBytes()
The SHA1 hash of the file, in hex.
string sha1_sum = 2;
java.lang.String getMimeType()
The MIME type of the file. Defaults to the value from Google Cloud Storage.
string mime_type = 3;
ByteString getMimeTypeBytes()
The MIME type of the file. Defaults to the value from Google Cloud Storage.
string mime_type = 3;