Recommender API (recommender:v1beta1)

2022-09-23

4 new methods

Additions

    Methods
  • recommender.billingAccounts.locations.insightTypes.updateConfig

      Path : v1beta1/{+name}

      HTTP Method : PATCH

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

      Parameter Order : name

      Parameters :

        validateOnly

          Location : query

          Type : boolean

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

        name

          Location : path

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

          Type : string

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

          Required : Yes

        updateMask

          Type : string

          Description : The list of fields to be updated.

          Location : query

          Format : google-fieldmask

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

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

  • recommender.billingAccounts.locations.insightTypes.getConfig

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

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

      Path : v1beta1/{+name}

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

      Parameter Order : name

      Parameters :

        name

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

          Type : string

          Required : Yes

          Location : path

          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`

      HTTP Method : GET

  • recommender.billingAccounts.locations.recommenders.getConfig

      HTTP Method : GET

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

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

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

      Parameter Order : name

      Parameters :

        name

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

          Type : string

          Location : path

          Required : Yes

          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`

      Path : v1beta1/{+name}

  • recommender.billingAccounts.locations.recommenders.updateConfig

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

      Path : v1beta1/{+name}

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

      HTTP Method : PATCH

      Parameters :

        name

          Required : Yes

          Type : string

          Location : path

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

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

        updateMask

          Type : string

          Location : query

          Description : The list of fields to be updated.

          Format : google-fieldmask

        validateOnly

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

          Location : query

          Type : boolean

      Parameter Order : name

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