Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class GetConfigRequest.
Request message for GetConfig RPC.
Generated from protobuf message google.cloud.datacatalog.lineage.configmanagement.v1.GetConfigRequest
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ ConfigManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. REQUIRED: The resource name of the config to be fetched. Format: |
getName
Required. REQUIRED: The resource name of the config to be fetched.
Format:
organizations/{organization_id}/locations/global/config
folders/{folder_id}/locations/global/config
projects/{project_id}/locations/global/config
projects/{project_number}/locations/global/config
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. REQUIRED: The resource name of the config to be fetched.
Format:
organizations/{organization_id}/locations/global/config
folders/{folder_id}/locations/global/config
projects/{project_id}/locations/global/config
projects/{project_number}/locations/global/config
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. REQUIRED: The resource name of the config to be fetched.
Format:
|
| Returns | |
|---|---|
| Type | Description |
GetConfigRequest |
|