Dataflow API (dataflow:v1b3)

2026-08-27

15 new methods

Additions

    Methods
  • dataflow.folders.locations.configStoreSettings.list

      Parameter Order : parent

      Description : Lists ConfigStoreSettings.

      HTTP Method : GET

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Path : v1b3/{+parent}/configStoreSettings

      Flat Path : v1b3/folders/{foldersId}/locations/{locationsId}/configStoreSettings

      Parameters :

        pageToken

          Type : string

          Location : query

          Description : Optional. A page token, received from a previous `ListConfigStoreSettings` call.

        pageSize

          Type : integer

          Format : int32

          Description : Optional. The maximum number of settings to return.

          Location : query

        parent

          Required : Yes

          Pattern : ^folders/[^/]+/locations/[^/]+$

          Location : path

          Type : string

          Description : Required. The parent resource whose settings are being listed.

  • dataflow.folders.locations.configStoreSettings.delete

      HTTP Method : DELETE

      Flat Path : v1b3/folders/{foldersId}/locations/{locationsId}/configStoreSettings/{configStoreSettingsId}

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Description : Deletes an existing ConfigStoreSetting.

      Parameters :

        name

          Type : string

          Description : Required. The name of the ConfigStoreSetting to delete.

          Required : Yes

          Pattern : ^folders/[^/]+/locations/[^/]+/configStoreSettings/[^/]+$

          Location : path

      Path : v1b3/{+name}

      Parameter Order : name

  • dataflow.folders.locations.configStoreSettings.resolve

      Flat Path : v1b3/folders/{foldersId}/locations/{locationsId}/configStoreSettings/{configStoreSettingsId}:resolve

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Parameters :

        name

          Location : path

          Pattern : ^folders/[^/]+/locations/[^/]+/configStoreSettings/[^/]+$

          Required : Yes

          Description : Required. The name of the setting to resolve.

          Type : string

      Description : Resolves effective value of a ConfigStoreSetting.

      Parameter Order : name

      Path : v1b3/{+name}:resolve

      HTTP Method : POST

  • dataflow.folders.locations.configStoreSettings.create

      Flat Path : v1b3/folders/{foldersId}/locations/{locationsId}/configStoreSettings

      Description : Creates a new ConfigStoreSetting.

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Path : v1b3/{+parent}/configStoreSettings

      HTTP Method : POST

      Parameters :

        configStoreSettingId

          Location : query

          Description : Required. The ID to use for the setting.

          Type : string

        parent

          Required : Yes

          Pattern : ^folders/[^/]+/locations/[^/]+$

          Location : path

          Type : string

          Description : Required. The parent resource where this setting will be created.

  • dataflow.folders.locations.configStoreSettings.get

      Parameters :

        name

          Type : string

          Location : path

          Pattern : ^folders/[^/]+/locations/[^/]+/configStoreSettings/[^/]+$

          Required : Yes

          Description : Required. The name of the ConfigStoreSetting to retrieve.

      Description : Gets a ConfigStoreSetting.

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Path : v1b3/{+name}

      Flat Path : v1b3/folders/{foldersId}/locations/{locationsId}/configStoreSettings/{configStoreSettingsId}

      HTTP Method : GET

      Parameter Order : name

  • dataflow.projects.locations.configStoreSettings.resolve

      Parameters :

        name

          Description : Required. The name of the setting to resolve.

          Location : path

          Required : Yes

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

          Type : string

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Description : Resolves effective value of a ConfigStoreSetting.

      Parameter Order : name

      HTTP Method : POST

      Flat Path : v1b3/projects/{projectsId}/locations/{locationsId}/configStoreSettings/{configStoreSettingsId}:resolve

      Path : v1b3/{+name}:resolve

  • dataflow.projects.locations.configStoreSettings.get

      Flat Path : v1b3/projects/{projectsId}/locations/{locationsId}/configStoreSettings/{configStoreSettingsId}

      HTTP Method : GET

      Description : Gets a ConfigStoreSetting.

      Path : v1b3/{+name}

      Parameters :

        name

          Location : path

          Type : string

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

          Required : Yes

          Description : Required. The name of the ConfigStoreSetting to retrieve.

      Scopes :

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

  • dataflow.projects.locations.configStoreSettings.create

      Flat Path : v1b3/projects/{projectsId}/locations/{locationsId}/configStoreSettings

      Parameters :

        configStoreSettingId

          Type : string

          Location : query

          Description : Required. The ID to use for the setting.

        parent

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

          Description : Required. The parent resource where this setting will be created.

          Required : Yes

          Location : path

          Type : string

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Description : Creates a new ConfigStoreSetting.

      Path : v1b3/{+parent}/configStoreSettings

      HTTP Method : POST

  • dataflow.projects.locations.configStoreSettings.delete

      Description : Deletes an existing ConfigStoreSetting.

      Parameter Order : name

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Path : v1b3/{+name}

      HTTP Method : DELETE

      Flat Path : v1b3/projects/{projectsId}/locations/{locationsId}/configStoreSettings/{configStoreSettingsId}

      Parameters :

        name

          Type : string

          Required : Yes

          Location : path

          Description : Required. The name of the ConfigStoreSetting to delete.

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

  • dataflow.projects.locations.configStoreSettings.list

      HTTP Method : GET

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Description : Lists ConfigStoreSettings.

      Path : v1b3/{+parent}/configStoreSettings

      Parameter Order : parent

      Flat Path : v1b3/projects/{projectsId}/locations/{locationsId}/configStoreSettings

      Parameters :

        pageToken

          Description : Optional. A page token, received from a previous `ListConfigStoreSettings` call.

          Type : string

          Location : query

        pageSize

          Format : int32

          Type : integer

          Description : Optional. The maximum number of settings to return.

          Location : query

        parent

          Location : path

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

          Type : string

          Required : Yes

          Description : Required. The parent resource whose settings are being listed.

  • dataflow.organizations.locations.configStoreSettings.resolve

      Path : v1b3/{+name}:resolve

      Parameter Order : name

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • HTTP Method : POST

      Description : Resolves effective value of a ConfigStoreSetting.

      Flat Path : v1b3/organizations/{organizationsId}/locations/{locationsId}/configStoreSettings/{configStoreSettingsId}:resolve

      Parameters :

        name

          Location : path

          Pattern : ^organizations/[^/]+/locations/[^/]+/configStoreSettings/[^/]+$

          Required : Yes

          Description : Required. The name of the setting to resolve.

          Type : string

  • dataflow.organizations.locations.configStoreSettings.get

      Description : Gets a ConfigStoreSetting.

      Flat Path : v1b3/organizations/{organizationsId}/locations/{locationsId}/configStoreSettings/{configStoreSettingsId}

      HTTP Method : GET

      Parameter Order : name

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Parameters :

        name

          Pattern : ^organizations/[^/]+/locations/[^/]+/configStoreSettings/[^/]+$

          Type : string

          Location : path

          Required : Yes

          Description : Required. The name of the ConfigStoreSetting to retrieve.

      Path : v1b3/{+name}

  • dataflow.organizations.locations.configStoreSettings.list

      HTTP Method : GET

      Scopes :

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

      Description : Lists ConfigStoreSettings.

      Path : v1b3/{+parent}/configStoreSettings

      Parameters :

        pageToken

          Description : Optional. A page token, received from a previous `ListConfigStoreSettings` call.

          Type : string

          Location : query

        pageSize

          Format : int32

          Description : Optional. The maximum number of settings to return.

          Type : integer

          Location : query

        parent

          Pattern : ^organizations/[^/]+/locations/[^/]+$

          Type : string

          Location : path

          Required : Yes

          Description : Required. The parent resource whose settings are being listed.

      Flat Path : v1b3/organizations/{organizationsId}/locations/{locationsId}/configStoreSettings

  • dataflow.organizations.locations.configStoreSettings.create

      Path : v1b3/{+parent}/configStoreSettings

      Description : Creates a new ConfigStoreSetting.

      Flat Path : v1b3/organizations/{organizationsId}/locations/{locationsId}/configStoreSettings

      HTTP Method : POST

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Parameters :

        configStoreSettingId

          Type : string

          Location : query

          Description : Required. The ID to use for the setting.

        parent

          Description : Required. The parent resource where this setting will be created.

          Location : path

          Pattern : ^organizations/[^/]+/locations/[^/]+$

          Required : Yes

          Type : string

      Parameter Order : parent

  • dataflow.organizations.locations.configStoreSettings.delete

      Flat Path : v1b3/organizations/{organizationsId}/locations/{locationsId}/configStoreSettings/{configStoreSettingsId}

      Description : Deletes an existing ConfigStoreSetting.

      HTTP Method : DELETE

      Path : v1b3/{+name}

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • Parameters :

        name

          Type : string

          Pattern : ^organizations/[^/]+/locations/[^/]+/configStoreSettings/[^/]+$

          Required : Yes

          Location : path

          Description : Required. The name of the ConfigStoreSetting to delete.

      Parameter Order : name