Reference documentation and code samples for the Google Cloud Dataplex V1 Client class SearchEntriesResult.
A single result of a SearchEntries request.
Generated from protobuf message google.cloud.dataplex.v1.SearchEntriesResult
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entry |
string
Resource name of the entry. |
↳ display_name |
string
Display name. |
↳ entry_type |
string
The entry type. |
↳ modify_time |
Google\Protobuf\Timestamp
The last modification timestamp. |
↳ fully_qualified_name |
string
Fully qualified name. |
↳ description |
string
Entry description. |
↳ relative_resource |
string
Relative resource name. |
↳ linked_resource |
string
Linked resource name. |
↳ dataplex_entry |
Google\Cloud\Dataplex\V1\Entry
Entry format of the result. |
↳ snippets |
Google\Cloud\Dataplex\V1\SearchEntriesResult\Snippets
Snippets. |
getEntry
Resource name of the entry.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEntry
Resource name of the entry.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Display name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Display name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntryType
The entry type.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEntryType
The entry type.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getModifyTime
The last modification timestamp.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasModifyTime
clearModifyTime
setModifyTime
The last modification timestamp.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFullyQualifiedName
Fully qualified name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFullyQualifiedName
Fully qualified name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Entry description.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Entry description.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRelativeResource
Relative resource name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRelativeResource
Relative resource name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLinkedResource
Linked resource name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLinkedResource
Linked resource name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataplexEntry
Entry format of the result.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataplex\V1\Entry|null |
|
hasDataplexEntry
clearDataplexEntry
setDataplexEntry
Entry format of the result.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dataplex\V1\Entry
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSnippets
Snippets.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataplex\V1\SearchEntriesResult\Snippets|null |
|
hasSnippets
clearSnippets
setSnippets
Snippets.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dataplex\V1\SearchEntriesResult\Snippets
|
| Returns | |
|---|---|
| Type | Description |
$this |
|