Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Blob.
Inline blob.
Generated from protobuf message google.cloud.discoveryengine.v1.AssistantContent.Blob
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ AssistantContentMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ mime_type |
string
Required. The media type (MIME type) of the generated data. |
↳ data |
string
Required. Raw bytes. |
getMimeType
Required. The media type (MIME type) of the generated data.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMimeType
Required. The media type (MIME type) of the generated data.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getData
Required. Raw bytes.
| Returns | |
|---|---|
| Type | Description |
string |
|
setData
Required. Raw bytes.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|