OrganizationsLocationsInsightTypes
class OrganizationsLocationsInsightTypes extends Resource (View source)
The "insightTypes" collection of methods.
Typical usage is:
$recommenderService = new Google\Service\Recommender(...);
$insightTypes = $recommenderService->organizations_locations_insightTypes;
Methods
getConfig(string $name, array $optParams = [])
Gets the requested InsightTypeConfig. There is only one instance of the config for each InsightType. (insightTypes.getConfig)
updateConfig(string $name, GoogleCloudRecommenderV1InsightTypeConfig $postBody, array $optParams = [])
Updates an InsightTypeConfig change. This will create a new revision of the config. (insightTypes.updateConfig)
Details
GoogleCloudRecommenderV1InsightTypeConfig
getConfig(string $name, array $optParams = [])
Gets the requested InsightTypeConfig. There is only one instance of the config for each InsightType. (insightTypes.getConfig)
GoogleCloudRecommenderV1InsightTypeConfig
updateConfig(string $name, GoogleCloudRecommenderV1InsightTypeConfig $postBody, array $optParams = [])
Updates an InsightTypeConfig change. This will create a new revision of the config. (insightTypes.updateConfig)