public interface FileDataOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
getFileUri()
public abstract String getFileUri()
Obbligatorio. URI.
string file_uri = 2 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
String |
Il file URI. |
getFileUriBytes()
public abstract ByteString getFileUriBytes()
Obbligatorio. URI.
string file_uri = 2 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte per fileUri. |
getMimeType()
public abstract String getMimeType()
Obbligatorio. Il tipo MIME standard IANA dei dati di origine.
string mime_type = 1 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
String |
Il tipo mime. |
getMimeTypeBytes()
public abstract ByteString getMimeTypeBytes()
Obbligatorio. Il tipo MIME standard IANA dei dati di origine.
string mime_type = 1 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte per mimeType. |