Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class Blob.
A blob of data with a MIME type.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.Blob
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ mime_type |
string
Required. The IANA standard MIME type of the message data. |
↳ data |
string
Required. The data represented as bytes. |
getMimeType
Required. The IANA standard MIME type of the message data.
Returns | |
---|---|
Type | Description |
string |
setMimeType
Required. The IANA standard MIME type of the message data.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getData
Required. The data represented as bytes.
Returns | |
---|---|
Type | Description |
string |
setData
Required. The data represented as bytes.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |