Google Cloud Discovery Engine V1 Client - Class CreateEngineMetadata (1.10.1) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class CreateEngineMetadata.
Metadata related to the progress of theEngineService.CreateEngineoperation. This will be returned by the google.longrunning.Operation.metadatafield.
Generated from protobuf messagegoogle.cloud.discoveryengine.v1.CreateEngineMetadata
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ create_time | Google\Protobuf\TimestampOperation create time. |
↳ update_time | Google\Protobuf\TimestampOperation last update time. If the operation is done, this is also the finish time. |
getCreateTime
Operation create time.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null | |
hasCreateTime
clearCreateTime
setCreateTime
Operation create time.
| Parameter | |
|---|---|
| Name | Description |
var | Google\Protobuf\Timestamp |
| Returns | |
|---|---|
| Type | Description |
$this | |
getUpdateTime
Operation last update time. If the operation is done, this is also thefinish time.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null | |
hasUpdateTime
clearUpdateTime
setUpdateTime
Operation last update time. If the operation is done, this is also thefinish time.
| Parameter | |
|---|---|
| Name | Description |
var | Google\Protobuf\Timestamp |
| Returns | |
|---|---|
| Type | Description |
$this | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-24 UTC.