Discovery Engine API (discoveryengine:v1)

2025-10-31

6 new methods

Additions

    Methods
  • discoveryengine.projects.locations.collections.dataStores.servingConfigs.get

      Parameter Order : name

      Description : Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist.

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/discoveryengine.readwrite
    • HTTP Method : GET

      Parameters :

        name

          Type : string

          Required : Yes

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/servingConfigs/[^/]+$

          Description : Required. The resource name of the ServingConfig to get. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}`

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/servingConfigs/{servingConfigsId}

      Path : v1/{+name}

  • discoveryengine.projects.locations.collections.dataStores.servingConfigs.list

      Path : v1/{+parent}/servingConfigs

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/servingConfigs

      Parameters :

        pageSize

          Format : int32

          Description : Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.

          Type : integer

          Location : query

        pageToken

          Type : string

          Description : Optional. A page token, received from a previous `ListServingConfigs` call. Provide this to retrieve the subsequent page.

          Location : query

        parent

          Pattern : ^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+$

          Description : Required. Full resource name of the parent resource. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`

          Type : string

          Required : Yes

          Location : path

      Parameter Order : parent

      Description : Lists all ServingConfigs linked to this dataStore.

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/discoveryengine.readwrite
    • HTTP Method : GET

  • discoveryengine.projects.locations.collections.engines.servingConfigs.list

      Parameters :

        pageSize

          Type : integer

          Location : query

          Description : Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.

          Format : int32

        parent

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$

          Description : Required. Full resource name of the parent resource. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`

          Location : path

          Required : Yes

        pageToken

          Type : string

          Description : Optional. A page token, received from a previous `ListServingConfigs` call. Provide this to retrieve the subsequent page.

          Location : query

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/servingConfigs

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/discoveryengine.readwrite
    • Description : Lists all ServingConfigs linked to this dataStore.

      Path : v1/{+parent}/servingConfigs

      HTTP Method : GET

      Parameter Order : parent

  • discoveryengine.projects.locations.collections.engines.servingConfigs.get

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/servingConfigs/[^/]+$

          Required : Yes

          Type : string

          Location : path

          Description : Required. The resource name of the ServingConfig to get. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}`

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/servingConfigs/{servingConfigsId}

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/discoveryengine.readwrite
    • Parameter Order : name

      HTTP Method : GET

      Description : Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist.

  • discoveryengine.projects.locations.dataStores.servingConfigs.get

      Parameters :

        name

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/dataStores/[^/]+/servingConfigs/[^/]+$

          Description : Required. The resource name of the ServingConfig to get. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}`

          Location : path

          Type : string

      Path : v1/{+name}

      HTTP Method : GET

      Description : Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/servingConfigs/{servingConfigsId}

      Parameter Order : name

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/discoveryengine.readwrite
  • discoveryengine.projects.locations.dataStores.servingConfigs.list

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/discoveryengine.readwrite
    • Parameter Order : parent

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/servingConfigs

      Path : v1/{+parent}/servingConfigs

      Parameters :

        pageSize

          Format : int32

          Description : Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.

          Type : integer

          Location : query

        pageToken

          Description : Optional. A page token, received from a previous `ListServingConfigs` call. Provide this to retrieve the subsequent page.

          Type : string

          Location : query

        parent

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/dataStores/[^/]+$

          Required : Yes

          Type : string

          Description : Required. Full resource name of the parent resource. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`

      Description : Lists all ServingConfigs linked to this dataStore.

      HTTP Method : GET