Summary of entries of Classes for google-cloud-parallelstore.
Classes
ParallelstoreAsyncClient
Service describing handlers for resources Configures and manages parallelstore resources.
Parallelstore service.
The parallelstore.googleapis.com
service implements the
parallelstore API and defines the following resource model for
managing instances:
- The service works with a collection of cloud projects, named:
/projects/*
- Each project has a collection of available locations, named:
/locations/*
- Each location has a collection of instances named
/instances/*
. - Parallelstore instances are resources of the form:
/projects/{project_id}/locations/{location_id}/instances/{instance_id}
Note that location_id must be a Google Cloud zone
; for example:
projects/12345/locations/us-central1-c/instances/my-parallelstore-share
ParallelstoreClient
Service describing handlers for resources Configures and manages parallelstore resources.
Parallelstore service.
The parallelstore.googleapis.com
service implements the
parallelstore API and defines the following resource model for
managing instances:
- The service works with a collection of cloud projects, named:
/projects/*
- Each project has a collection of available locations, named:
/locations/*
- Each location has a collection of instances named
/instances/*
. - Parallelstore instances are resources of the form:
/projects/{project_id}/locations/{location_id}/instances/{instance_id}
Note that location_id must be a Google Cloud zone
; for example:
projects/12345/locations/us-central1-c/instances/my-parallelstore-share
ListInstancesAsyncPager
A pager for iterating through list_instances
requests.
This class thinly wraps an initial
ListInstancesResponse object, and
provides an __aiter__
method to iterate through its
instances
field.
If there are more pages, the __aiter__
method will make additional
ListInstances
requests and continue to iterate
through the instances
field on the
corresponding responses.
All the usual ListInstancesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListInstancesPager
A pager for iterating through list_instances
requests.
This class thinly wraps an initial
ListInstancesResponse object, and
provides an __iter__
method to iterate through its
instances
field.
If there are more pages, the __iter__
method will make additional
ListInstances
requests and continue to iterate
through the instances
field on the
corresponding responses.
All the usual ListInstancesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
CreateInstanceRequest
Request for CreateInstance
DeleteInstanceRequest
Message for deleting a Instance
ExportDataMetadata
ExportDataMetadata contains export data operation metadata
ExportDataRequest
Message representing the request exporting data from Cloud Storage to parallelstore.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ExportDataResponse
ExportDataResponse is the response returned from ExportData rpc
GetInstanceRequest
Request to get an instance's details.
ImportDataMetadata
ImportDataMetadata contains import data operation metadata
ImportDataRequest
Message representing the request importing data from parallelstore to Cloud Storage.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ImportDataResponse
ImportDataResponse is the response returned from ImportData rpc.
Instance
A Parallelstore instance.
LabelsEntry
The abstract base class for a message.
State
Represents the different states of a Parallelstore instance.
ListInstancesRequest
Message for requesting list of Instances
ListInstancesResponse
Message for response to listing Instances
OperationMetadata
Represents the metadata of the long-running operation.
TransferCounters
A collection of counters that report the progress of a transfer operation.
TransferOperationMetadata
Represents the metadata of the long-running operation.
TransferType
Type of transfer that occurred.
UpdateInstanceRequest
Message for updating a Instance
Modules
pagers
API documentation for parallelstore_v1beta.services.parallelstore.pagers
module.