Reference documentation and code samples for the Google Cloud Dataplex V1 Client class GetEntryRequest.
Generated from protobuf message google.cloud.dataplex.v1.GetEntryRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the Entry: |
↳ view |
int
Optional. View for controlling which parts of an entry are to be returned. |
↳ aspect_types |
array
Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected. |
↳ paths |
array
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected. |
getName
Required. The resource name of the Entry:
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the Entry:
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getView
Optional. View for controlling which parts of an entry are to be returned.
| Returns | |
|---|---|
| Type | Description |
int |
|
setView
Optional. View for controlling which parts of an entry are to be returned.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAspectTypes
Optional. Limits the aspects returned to the provided aspect types.
Only works if the CUSTOM view is selected.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAspectTypes
Optional. Limits the aspects returned to the provided aspect types.
Only works if the CUSTOM view is selected.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPaths
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setPaths
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The resource name of the Entry:
|
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataplex\V1\GetEntryRequest |
|