Summary of entries of Classes for google-cloud-locationfinder.
Classes
CloudLocationFinderAsyncClient
Service describing handlers for resources
CloudLocationFinderClient
Service describing handlers for resources
ListCloudLocationsAsyncPager
A pager for iterating through list_cloud_locations
requests.
This class thinly wraps an initial
ListCloudLocationsResponse object, and
provides an __aiter__
method to iterate through its
cloud_locations
field.
If there are more pages, the __aiter__
method will make additional
ListCloudLocations
requests and continue to iterate
through the cloud_locations
field on the
corresponding responses.
All the usual ListCloudLocationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListCloudLocationsPager
A pager for iterating through list_cloud_locations
requests.
This class thinly wraps an initial
ListCloudLocationsResponse object, and
provides an __iter__
method to iterate through its
cloud_locations
field.
If there are more pages, the __iter__
method will make additional
ListCloudLocations
requests and continue to iterate
through the cloud_locations
field on the
corresponding responses.
All the usual ListCloudLocationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
SearchCloudLocationsAsyncPager
A pager for iterating through search_cloud_locations
requests.
This class thinly wraps an initial
SearchCloudLocationsResponse object, and
provides an __aiter__
method to iterate through its
cloud_locations
field.
If there are more pages, the __aiter__
method will make additional
SearchCloudLocations
requests and continue to iterate
through the cloud_locations
field on the
corresponding responses.
All the usual SearchCloudLocationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
SearchCloudLocationsPager
A pager for iterating through search_cloud_locations
requests.
This class thinly wraps an initial
SearchCloudLocationsResponse object, and
provides an __iter__
method to iterate through its
cloud_locations
field.
If there are more pages, the __iter__
method will make additional
SearchCloudLocations
requests and continue to iterate
through the cloud_locations
field on the
corresponding responses.
All the usual SearchCloudLocationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
CloudLocation
Represents resource cloud locations.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
CloudLocationType
The type of the cloud location. This enum lists all possible categories of cloud locations.
CloudProvider
The type of the cloud provider. This enum lists all possible providers of cloud locations.
GetCloudLocationRequest
Message for getting a cloud location.
ListCloudLocationsRequest
Message for requesting list of cloud locations..
ListCloudLocationsResponse
Message for response to listing cloud locations.
SearchCloudLocationsRequest
Message for searching cloud locations from a given source location.
SearchCloudLocationsResponse
Message for response to searching cloud locations.
Modules
pagers
API documentation for locationfinder_v1.services.cloud_location_finder.pagers
module.