public interface FileInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMimeType()
The MIME type of the file.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
The MIME type of the file.
|
java.lang.String |
getSha1Sum()
The SHA1 hash of the file, in hex.
|
com.google.protobuf.ByteString |
getSha1SumBytes()
The SHA1 hash of the file, in hex.
|
java.lang.String |
getSourceUrl()
URL source to use to fetch this file.
|
com.google.protobuf.ByteString |
getSourceUrlBytes()
URL source to use to fetch this file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.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;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.ByteString getMimeTypeBytes()
The MIME type of the file. Defaults to the value from Google Cloud Storage.
string mime_type = 3;