Class SearchCloudLocationsRequest (0.1.0)

SearchCloudLocationsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message for searching cloud locations from a given source location.

Attributes

Name Description
parent str
Required. The parent, which owns this collection of cloud locations. Format: projects/{project}/locations/{location}
source_cloud_location str
Required. The source cloud location to search from. Example search can be searching nearby cloud locations from the source cloud location by latency.
page_size int
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.
page_token str
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.
query str
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.