Network Connectivity API (networkconnectivity:v1)

2023-08-05

2 new methods

Additions

    Methods
  • networkconnectivity.projects.locations.global.hubs.groups.get

      Description: Gets details about a Network Connectivity Center group.

      HTTP Method: GET

      Flat Path: v1/projects/{projectsId}/locations/global/hubs/{hubsId}/groups/{groupsId}

      Path: v1/{+name}

      Parameters:

        name

          Pattern: ^projects/[^/]+/locations/global/hubs/[^/]+/groups/[^/]+$

          Location: path

          Description: Required. The name of the route table resource.

          Required: Yes

          Type: string

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

      Parameter Order: name

  • networkconnectivity.projects.locations.global.hubs.groups.list

      Parameters:

        orderBy

          Type: string

          Description: Sort the results by a certain order.

          Location: query

        filter

          Description: An expression that filters the list of results.

          Location: query

          Type: string

        pageToken

          Type: string

          Description: The page token.

          Location: query

        pageSize

          Location: query

          Type: integer

          Format: int32

          Description: The maximum number of results to return per page.

        parent

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

          Required: Yes

          Description: Required. The parent resource's name.

          Type: string

          Location: path

      Flat Path: v1/projects/{projectsId}/locations/global/hubs/{hubsId}/groups

      Parameter Order: parent

      Path: v1/{+parent}/groups

      Description: Lists groups in a given hub.

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

      HTTP Method: GET