Interface FileDataOrBuilder (0.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface FileDataOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getFileUri()
publicabstractStringgetFileUri()Required. URI.
string file_uri = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The fileUri. |
getFileUriBytes()
publicabstractByteStringgetFileUriBytes()Required. URI.
string file_uri = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fileUri. |
getMimeType()
publicabstractStringgetMimeType()Required. The IANA standard MIME type of the source data.
string mime_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The mimeType. |
getMimeTypeBytes()
publicabstractByteStringgetMimeTypeBytes()Required. The IANA standard MIME type of the source data.
string mime_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mimeType. |