Cloud Data Fusion API (datafusion:v1)

2022-05-08

3 removed methods

Deletions

    Methods
  • datafusion.projects.locations.instances.dnsPeerings.list

      Parameters:

        pageToken

          Type: string

          Location: query

          Description: A page token, received from a previous `ListDnsPeerings` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDnsPeerings` must match the call that provided the page token.

        pageSize

          Type: integer

          Format: int32

          Description: The maximum number of dns peerings to return. The service may return fewer than this value. If unspecified, at most 50 dns peerings will be returned. The maximum value is 200; values above 200 will be coerced to 200.

          Location: query

        parent

          Type: string

          Description: Required. The parent, which owns this collection of dns peerings. Format: projects/{project}/locations/{location}/instances/{instance}

          Location: path

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

          Required: Yes

      Description: Lists DNS peerings for a given resource.

      HTTP Method: GET

      Path: v1/{+parent}/dnsPeerings

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

      Parameter Order: parent

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}/dnsPeerings

  • datafusion.projects.locations.instances.dnsPeerings.create

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

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}/dnsPeerings

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The resource on which DNS peering will be created.

          Required: Yes

          Type: string

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

          Location: path

        dnsPeeringId

          Type: string

          Location: query

          Description: Required. The name of the peering to create.

      Parameter Order: parent

      Description: Creates DNS peering on the given resource.

      Path: v1/{+parent}/dnsPeerings

  • datafusion.projects.locations.instances.dnsPeerings.delete

      HTTP Method: DELETE

      Parameters:

        name

          Type: string

          Required: Yes

          Location: path

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

          Description: Required. The name of the DNS peering zone to delete. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}

      Parameter Order: name

      Description: Deletes DNS peering on the given resource.

      Path: v1/{+name}

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

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}/dnsPeerings/{dnsPeeringsId}