Reference documentation and code samples for the Google Cloud Ces V1 Client class Engine.
An engine to which the data stores are connected.
See Vertex AI Search: https://cloud.google.com/generative-ai-app-builder/docs/enterprise-search-introduction.
Generated from protobuf message google.cloud.ces.v1.DataStoreSettings.Engine
Namespace
Google \ Cloud \ Ces \ V1 \ DataStoreSettingsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. The resource name of the engine. Format: |
↳ type |
int
Output only. The type of the engine. |
getName
Output only. The resource name of the engine.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. The resource name of the engine.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getType
Output only. The type of the engine.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Type. |
setType
Output only. The type of the engine.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Type. |
| Returns | |
|---|---|
| Type | Description |
$this |
|