Package Classes (0.2.0)

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

DestinationGcsBucket

Google Cloud Storage as a destination.

DestinationParallelstore

Parallelstore as a destination.

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.

SourceGcsBucket

Google Cloud Storage as a source.

SourceParallelstore

Pa as a source.

TransferCounters

A collection of counters that report the progress of a transfer operation.

TransferOperationMetadata

Represents the metadata of the long-running operation.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

TransferType

Type of transfer that occurred.

UpdateInstanceRequest

Message for updating a Instance

Modules

pagers

API documentation for parallelstore_v1beta.services.parallelstore.pagers module.