Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class MultipleEntityReference.
Multiple entity reference for SearchLinksRequest.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.MultipleEntityReference
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entities |
array<EntityReference>
Optional. The list of entities to search for links. The maximum number of entities is 20. |
getEntities
Optional. The list of entities to search for links. The maximum number of entities is 20.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<EntityReference> |
|
setEntities
Optional. The list of entities to search for links. The maximum number of entities is 20.
| Parameter | |
|---|---|
| Name | Description |
var |
array<EntityReference>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|