Network Connectivity API (networkconnectivity:v1)

2026-01-27

4 new methods

Additions

    Methods
  • networkconnectivity.projects.locations.automatedDnsRecords.delete

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/automatedDnsRecords/{automatedDnsRecordsId}

      Parameter Order : name

      Parameters :

        etag

          Type : string

          Location : query

          Description : Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

        deleteMode

          Enum :

        • DELETE_MODE_UNSPECIFIED
        • DEPROGRAM
        • SKIP_DEPROGRAMMING
        • Type : string

          Location : query

          Enum Descriptions :

        • An invalid delete mode as the default case.
        • Deprogram the record in Cloud DNS.
        • Skip deprogramming the record in Cloud DNS.
        • Description : Optional. Delete mode when deleting AutomatedDnsRecord. If set to DEPROGRAM, the record will be deprogrammed in Cloud DNS. If set to SKIP_DEPROGRAMMING, the record will not be deprogrammed in Cloud DNS.

        requestId

          Type : string

          Description : Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location : query

        name

          Required : Yes

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

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

          Location : path

          Type : string

      Description : Deletes a single AutomatedDnsRecord.

      HTTP Method : DELETE

      Path : v1/{+name}

  • networkconnectivity.projects.locations.automatedDnsRecords.create

      Parameters :

        automatedDnsRecordId

          Type : string

          Location : query

          Description : Optional. Resource ID (i.e. 'foo' in '[...]/projects/p/locations/l/automatedDnsRecords/foo') See https://google.aip.dev/122#resource-id-segments Unique per location. If one is not provided, one will be generated.

        requestId

          Description : Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location : query

          Type : string

        insertMode

          Enum Descriptions :

        • An invalid insert mode as the default case.
        • Fail the request if the record already exists in cloud DNS.
        • Overwrite the existing record in cloud DNS.
        • Type : string

          Enum :

        • INSERT_MODE_UNSPECIFIED
        • FAIL_IF_EXISTS
        • OVERWRITE
        • Description : Optional. The insert mode when creating AutomatedDnsRecord.

          Location : query

        parent

          Description : Required. The parent resource's name of the AutomatedDnsRecord. ex. projects/123/locations/us-east1

          Type : string

          Required : Yes

          Location : path

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

      HTTP Method : POST

      Description : Creates a new AutomatedDnsRecord in a given project and location.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/automatedDnsRecords

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

      Parameter Order : parent

      Path : v1/{+parent}/automatedDnsRecords

  • networkconnectivity.projects.locations.automatedDnsRecords.list

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/automatedDnsRecords

      Description : Lists AutomatedDnsRecords in a given project and location.

      Parameter Order : parent

      Path : v1/{+parent}/automatedDnsRecords

      Parameters :

        pageSize

          Type : integer

          Description : The maximum number of results per page that should be returned.

          Location : query

          Format : int32

        parent

          Location : path

          Description : Required. The parent resource's name. ex. projects/123/locations/us-east1

          Required : Yes

          Type : string

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

        pageToken

          Description : The page token.

          Location : query

          Type : string

        filter

          Type : string

          Location : query

          Description : A filter expression that filters the results listed in the response.

        orderBy

          Location : query

          Type : string

          Description : Sort the results by a certain order.

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

      HTTP Method : GET

  • networkconnectivity.projects.locations.automatedDnsRecords.get

      Path : v1/{+name}

      Parameter Order : name

      Description : Gets details of a single AutomatedDnsRecord.

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/automatedDnsRecords/{automatedDnsRecordsId}

      HTTP Method : GET

      Parameters :

        name

          Location : path

          Description : Required. Name of the AutomatedDnsRecord to get. Format: projects/{project}/locations/{location}/automatedDnsRecords/{automated_dns_record}

          Required : Yes

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

          Type : string