Recommender API (recommender:v1)

2022-09-23

4 new methods

Additions

    Methods
  • recommender.billingAccounts.locations.insightTypes.updateConfig

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : PATCH

      Parameters :

        validateOnly

          Description : If true, validate the request and preview the change, but do not actually update it.

          Type : boolean

          Location : query

        updateMask

          Description : The list of fields to be updated.

          Location : query

          Type : string

          Format : google-fieldmask

        name

          Required : Yes

          Description : Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config

          Type : string

          Location : path

          Pattern : ^billingAccounts/[^/]+/locations/[^/]+/insightTypes/[^/]+/config$

      Parameter Order : name

      Path : v1/{+name}

      Flat Path : v1/billingAccounts/{billingAccountsId}/locations/{locationsId}/insightTypes/{insightTypesId}/config

      Description : Updates an InsightTypeConfig change. This will create a new revision of the config.

  • recommender.billingAccounts.locations.insightTypes.getConfig

      Parameters :

        name

          Description : Required. Name of the InsightTypeConfig to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `projects/[PROJECT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config`

          Location : path

          Pattern : ^billingAccounts/[^/]+/locations/[^/]+/insightTypes/[^/]+/config$

          Type : string

          Required : Yes

      HTTP Method : GET

      Description : Gets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.

      Parameter Order : name

      Flat Path : v1/billingAccounts/{billingAccountsId}/locations/{locationsId}/insightTypes/{insightTypesId}/config

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}

  • recommender.billingAccounts.locations.recommenders.getConfig

      Description : Gets the requested Recommender Config. There is only one instance of the config for each Recommender.

      Parameter Order : name

      Flat Path : v1/billingAccounts/{billingAccountsId}/locations/{locationsId}/recommenders/{recommendersId}/config

      Path : v1/{+name}

      Parameters :

        name

          Required : Yes

          Pattern : ^billingAccounts/[^/]+/locations/[^/]+/recommenders/[^/]+/config$

          Location : path

          Type : string

          Description : Required. Name of the Recommendation Config to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config`

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

  • recommender.billingAccounts.locations.recommenders.updateConfig

      Flat Path : v1/billingAccounts/{billingAccountsId}/locations/{locationsId}/recommenders/{recommendersId}/config

      Parameters :

        name

          Required : Yes

          Type : string

          Description : Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config

          Pattern : ^billingAccounts/[^/]+/locations/[^/]+/recommenders/[^/]+/config$

          Location : path

        updateMask

          Location : query

          Description : The list of fields to be updated.

          Format : google-fieldmask

          Type : string

        validateOnly

          Type : boolean

          Description : If true, validate the request and preview the change, but do not actually update it.

          Location : query

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : PATCH

      Description : Updates a Recommender Config. This will create a new revision of the config.

      Path : v1/{+name}