Parallelstore v1beta API - Namespace Google.Cloud.Parallelstore.V1Beta (1.0.0-beta03)

Classes

AddressName

Resource name for the Address resource.

CreateInstanceRequest

Request for [CreateInstance][google.cloud.parallelstore.v1beta.Parallelstore.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.

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.

ImportDataResponse

ImportDataResponse is the response returned from ImportData rpc.

Instance

A Parallelstore instance.

Instance.Types

Container for nested types declared in the Instance message type.

InstanceName

Resource name for the Instance resource.

ListInstancesRequest

Message for requesting list of Instances

ListInstancesResponse

Message for response to listing Instances

NetworkName

Resource name for the Network resource.

OperationMetadata

Represents the metadata of the long-running operation.

Parallelstore

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

Parallelstore.ParallelstoreBase

Base class for server-side implementations of Parallelstore

Parallelstore.ParallelstoreClient

Client for Parallelstore

ParallelstoreClient

Parallelstore client wrapper, for convenient use.

ParallelstoreClientBuilder

Builder class for ParallelstoreClient to provide simple configuration of credentials, endpoint etc.

ParallelstoreClientImpl

Parallelstore client wrapper implementation, for convenient use.

ParallelstoreSettings

Settings for ParallelstoreClient instances.

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.

UpdateInstanceRequest

Message for updating a Instance

Enums

AddressName.ResourceNameType

The possible contents of AddressName.

ExportDataRequest.DestinationOneofCase

Enum of possible cases for the "destination" oneof.

ExportDataRequest.SourceOneofCase

Enum of possible cases for the "source" oneof.

ImportDataRequest.DestinationOneofCase

Enum of possible cases for the "destination" oneof.

ImportDataRequest.SourceOneofCase

Enum of possible cases for the "source" oneof.

Instance.Types.State

Represents the different states of a Parallelstore instance.

InstanceName.ResourceNameType

The possible contents of InstanceName.

NetworkName.ResourceNameType

The possible contents of NetworkName.

TransferOperationMetadata.DestinationOneofCase

Enum of possible cases for the "destination" oneof.

TransferOperationMetadata.SourceOneofCase

Enum of possible cases for the "source" oneof.

TransferType

Type of transfer that occurred.