Cloud Location Finder API (cloudlocationfinder:v1)

2025-09-06

3 new methods

Additions

    Methods
  • cloudlocationfinder.projects.locations.cloudLocations.list

      Path : v1/{+parent}/cloudLocations

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

      HTTP Method : GET

      Parameters :

        parent

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

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of cloud locations to return per page. The service might return fewer cloud locations than this value. If unspecified, server will pick an appropriate default.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying a page of results the server should return. Provide page token returned by a previous 'ListCloudLocations' call to retrieve the next page of results. When paginating, all other parameters provided to 'ListCloudLocations' must match the call that provided the page token.

          Location : query

          Type : string

        filter

          Description : Optional. A filter expression that filters resources listed in the response. The expression is in the form of field=value. For example, 'cloud_location_type=CLOUD_LOCATION_TYPE_REGION'. Multiple filter queries are space-separated. For example, 'cloud_location_type=CLOUD_LOCATION_TYPE_REGION territory_code="US"' By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly.

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Lists cloud locations under a given project and location.

  • cloudlocationfinder.projects.locations.cloudLocations.get

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/cloudLocations/{cloudLocationsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Name of the resource.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Retrieves a resource containing information about a cloud location.

  • cloudlocationfinder.projects.locations.cloudLocations.search

      Path : v1/{+parent}/cloudLocations:search

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/cloudLocations:search

      HTTP Method : GET

      Parameters :

        parent

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

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

          Location : path

          Required : Yes

          Type : string

        sourceCloudLocation

          Description : Required. The source cloud location to search from. Example search can be searching nearby cloud locations from the source cloud location by latency.

          Location : query

          Type : string

        pageSize

          Description : Optional. The maximum number of cloud locations to return. The service might return fewer cloud locations than this value. If unspecified, server will pick an appropriate default.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying a page of results the server should return. Provide Page token returned by a previous 'ListCloudLocations' call to retrieve the next page of results. When paginating, all other parameters provided to 'ListCloudLocations' must match the call that provided the page token.

          Location : query

          Type : string

        query

          Description : Optional. The query string in search query syntax. While filter is used to filter the search results by attributes, query is used to specify the search requirements.

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Searches for cloud locations from a given source location.