Reference documentation and code samples for the Recommender V1 Client class GetInsightTypeConfigRequest.
Request for the GetInsightTypeConfig` method.
Generated from protobuf message google.cloud.recommender.v1.GetInsightTypeConfigRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the InsightTypeConfig to get. Acceptable formats: * |
getName
Required. Name of the InsightTypeConfig to get.
Acceptable formats:
projects/[PROJECT_NUMBER]/locations/global/recommenders/[INSIGHT_TYPE_ID]/configprojects/[PROJECT_ID]/locations/global/recommenders/[INSIGHT_TYPE_ID]/configorganizations/[ORGANIZATION_ID]/locations/global/recommenders/[INSIGHT_TYPE_ID]/config
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the InsightTypeConfig to get.
Acceptable formats:
projects/[PROJECT_NUMBER]/locations/global/recommenders/[INSIGHT_TYPE_ID]/configprojects/[PROJECT_ID]/locations/global/recommenders/[INSIGHT_TYPE_ID]/configorganizations/[ORGANIZATION_ID]/locations/global/recommenders/[INSIGHT_TYPE_ID]/config
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|