New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/parallelstore

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/parallelstore - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

build/protos/google/cloud/parallelstore/v1/parallelstore.proto

4

build/src/index.d.ts

@@ -0,6 +1,8 @@

import * as v1 from './v1';
import * as v1beta from './v1beta';
declare const ParallelstoreClient: typeof v1beta.ParallelstoreClient;
type ParallelstoreClient = v1beta.ParallelstoreClient;
export { v1beta, ParallelstoreClient };
export { v1, v1beta, ParallelstoreClient };
declare const _default: {
v1: typeof v1;
v1beta: typeof v1beta;

@@ -7,0 +9,0 @@ ParallelstoreClient: typeof v1beta.ParallelstoreClient;

@@ -20,3 +20,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.protos = exports.ParallelstoreClient = exports.v1beta = void 0;
exports.protos = exports.ParallelstoreClient = exports.v1beta = exports.v1 = void 0;
const v1 = require("./v1");
exports.v1 = v1;
const v1beta = require("./v1beta");

@@ -26,5 +28,5 @@ exports.v1beta = v1beta;

exports.ParallelstoreClient = ParallelstoreClient;
exports.default = { v1beta, ParallelstoreClient };
exports.default = { v1, v1beta, ParallelstoreClient };
const protos = require("../protos/protos");
exports.protos = protos;
//# sourceMappingURL=index.js.map

@@ -134,3 +134,3 @@ import type * as gax from 'google-gax';

/**
* Gets details of a single Instance.
* Gets details of a single instance.
*

@@ -166,6 +166,5 @@ * @param {Object} request

* `projects/{project}/locations/{location}`.
* Locations map to Google Cloud zones, for example **us-west1-b**.
* Locations map to Google Cloud zones; for example, `us-west1-b`.
* @param {string} request.instanceId
* Required. The logical name of the Parallelstore instance in the user
* project with the following restrictions:
* Required. The name of the Parallelstore instance.
*

@@ -224,3 +223,3 @@ * * Must contain only lowercase letters, numbers, and hyphens.

/**
* Updates the parameters of a single Instance.
* Updates the parameters of a single instance.
*

@@ -230,3 +229,3 @@ * @param {Object} request

* @param {google.protobuf.FieldMask} request.updateMask
* Required. Mask of fields to update .Field mask is used to specify the
* Required. Mask of fields to update. Field mask is used to specify the
* fields to be overwritten in the Instance resource by the update. At least

@@ -236,3 +235,3 @@ * one path must be supplied in this field. The fields specified in the

* @param {google.cloud.parallelstore.v1beta.Instance} request.instance
* Required. The instance to update
* Required. The instance to update.
* @param {string} [request.requestId]

@@ -283,3 +282,3 @@ * Optional. An optional request ID to identify requests. Specify a unique

/**
* Deletes a single Instance.
* Deletes a single instance.
*

@@ -335,3 +334,3 @@ * @param {Object} request

/**
* ImportData copies data from Cloud Storage to Parallelstore.
* Copies data from Cloud Storage to Parallelstore.
*

@@ -341,3 +340,3 @@ * @param {Object} request

* @param {google.cloud.parallelstore.v1beta.SourceGcsBucket} request.sourceGcsBucket
* Cloud Storage source.
* The Cloud Storage source bucket and, optionally, path inside the bucket.
* @param {google.cloud.parallelstore.v1beta.DestinationParallelstore} request.destinationParallelstore

@@ -362,7 +361,13 @@ * Parallelstore destination.

* @param {string} [request.serviceAccount]
* Optional. User-specified Service Account (SA) credentials to be used when
* Optional. User-specified service account credentials to be used when
* performing the transfer.
* Format: `projects/{project_id}/serviceAccounts/{service_account}`
*
* Use one of the following formats:
*
* * `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* * `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* * `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
*
* If unspecified, the Parallelstore service agent is used:
* service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com)
* `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
* @param {object} [options]

@@ -399,3 +404,3 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

/**
* ExportData copies data from Parallelstore to Cloud Storage
* Copies data from Parallelstore to Cloud Storage.
*

@@ -427,5 +432,10 @@ * @param {Object} request

* performing the transfer.
* Format: `projects/{project_id}/serviceAccounts/{service_account}`
* Use one of the following formats:
*
* * `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* * `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
* * `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
*
* If unspecified, the Parallelstore service agent is used:
* service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com)
* `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
* @param {object} [options]

@@ -462,3 +472,3 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

/**
* Lists Instances in a given project and location.
* Lists all instances in a given project and location.
*

@@ -470,15 +480,14 @@ * @param {Object} request

* information, in the format `projects/{project_id}/locations/{location}`.
* For Parallelstore locations map to Google Cloud zones, for example
* **us-central1-a**.
* To retrieve instance information for all locations, use "-" for the
* `{location}` value.
*
* To retrieve instance information for all locations, use "-" as the value of
* `{location}`.
* @param {number} [request.pageSize]
* Optional. Requested page size. Server may return fewer items than
* requested. If unspecified, server will pick an appropriate default.
* requested. If unspecified, the server will pick an appropriate default.
* @param {string} [request.pageToken]
* Optional. A token identifying a page of results the server should return.
* @param {string} [request.filter]
* Optional. Filtering results
* Optional. Filtering results.
* @param {string} [request.orderBy]
* Optional. Hint for how to order the results
* Optional. Hint for how to order the results.
* @param {object} [options]

@@ -510,15 +519,14 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

* information, in the format `projects/{project_id}/locations/{location}`.
* For Parallelstore locations map to Google Cloud zones, for example
* **us-central1-a**.
* To retrieve instance information for all locations, use "-" for the
* `{location}` value.
*
* To retrieve instance information for all locations, use "-" as the value of
* `{location}`.
* @param {number} [request.pageSize]
* Optional. Requested page size. Server may return fewer items than
* requested. If unspecified, server will pick an appropriate default.
* requested. If unspecified, the server will pick an appropriate default.
* @param {string} [request.pageToken]
* Optional. A token identifying a page of results the server should return.
* @param {string} [request.filter]
* Optional. Filtering results
* Optional. Filtering results.
* @param {string} [request.orderBy]
* Optional. Hint for how to order the results
* Optional. Hint for how to order the results.
* @param {object} [options]

@@ -545,15 +553,14 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

* information, in the format `projects/{project_id}/locations/{location}`.
* For Parallelstore locations map to Google Cloud zones, for example
* **us-central1-a**.
* To retrieve instance information for all locations, use "-" for the
* `{location}` value.
*
* To retrieve instance information for all locations, use "-" as the value of
* `{location}`.
* @param {number} [request.pageSize]
* Optional. Requested page size. Server may return fewer items than
* requested. If unspecified, server will pick an appropriate default.
* requested. If unspecified, the server will pick an appropriate default.
* @param {string} [request.pageToken]
* Optional. A token identifying a page of results the server should return.
* @param {string} [request.filter]
* Optional. Filtering results
* Optional. Filtering results.
* @param {string} [request.orderBy]
* Optional. Hint for how to order the results
* Optional. Hint for how to order the results.
* @param {object} [options]

@@ -560,0 +567,0 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

@@ -201,3 +201,2 @@ "use strict";

post: '/v1beta/{name=projects/*/locations/*/operations/*}:cancel',
body: '*',
},

@@ -597,15 +596,14 @@ {

* information, in the format `projects/{project_id}/locations/{location}`.
* For Parallelstore locations map to Google Cloud zones, for example
* **us-central1-a**.
* To retrieve instance information for all locations, use "-" for the
* `{location}` value.
*
* To retrieve instance information for all locations, use "-" as the value of
* `{location}`.
* @param {number} [request.pageSize]
* Optional. Requested page size. Server may return fewer items than
* requested. If unspecified, server will pick an appropriate default.
* requested. If unspecified, the server will pick an appropriate default.
* @param {string} [request.pageToken]
* Optional. A token identifying a page of results the server should return.
* @param {string} [request.filter]
* Optional. Filtering results
* Optional. Filtering results.
* @param {string} [request.orderBy]
* Optional. Hint for how to order the results
* Optional. Hint for how to order the results.
* @param {object} [options]

@@ -646,15 +644,14 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

* information, in the format `projects/{project_id}/locations/{location}`.
* For Parallelstore locations map to Google Cloud zones, for example
* **us-central1-a**.
* To retrieve instance information for all locations, use "-" for the
* `{location}` value.
*
* To retrieve instance information for all locations, use "-" as the value of
* `{location}`.
* @param {number} [request.pageSize]
* Optional. Requested page size. Server may return fewer items than
* requested. If unspecified, server will pick an appropriate default.
* requested. If unspecified, the server will pick an appropriate default.
* @param {string} [request.pageToken]
* Optional. A token identifying a page of results the server should return.
* @param {string} [request.filter]
* Optional. Filtering results
* Optional. Filtering results.
* @param {string} [request.orderBy]
* Optional. Hint for how to order the results
* Optional. Hint for how to order the results.
* @param {object} [options]

@@ -661,0 +658,0 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

# Changelog
## [0.7.0](https://github.com/googleapis/google-cloud-node/compare/parallelstore-v0.6.0...parallelstore-v0.7.0) (2024-12-18)
### Features
* [parallelstore] A new enum `DeploymentType` is added ([#5863](https://github.com/googleapis/google-cloud-node/issues/5863)) ([9f8c0c2](https://github.com/googleapis/google-cloud-node/commit/9f8c0c2d583656d39d6e6ad6a4b206642e647178))
## [0.6.0](https://github.com/googleapis/google-cloud-node/compare/parallelstore-v0.5.0...parallelstore-v0.6.0) (2024-08-09)

@@ -4,0 +11,0 @@

{
"name": "@google-cloud/parallelstore",
"version": "0.6.0",
"version": "0.7.0",
"description": "Parallelstore API client for Node.js",

@@ -5,0 +5,0 @@ "repository": {

@@ -47,3 +47,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

1. [Enable the Parallelstore API API][enable_api].
1. [Set up authentication with a service account][auth] so you can access the
1. [Set up authentication][auth] so you can access the
API from your local workstation.

@@ -125,2 +125,9 @@

| --------------------------- | --------------------------------- | ------ |
| Parallelstore.create_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.create_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.create_instance.js,packages/google-cloud-parallelstore/samples/README.md) |
| Parallelstore.delete_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.delete_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.delete_instance.js,packages/google-cloud-parallelstore/samples/README.md) |
| Parallelstore.export_data | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.export_data.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.export_data.js,packages/google-cloud-parallelstore/samples/README.md) |
| Parallelstore.get_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.get_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.get_instance.js,packages/google-cloud-parallelstore/samples/README.md) |
| Parallelstore.import_data | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.import_data.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.import_data.js,packages/google-cloud-parallelstore/samples/README.md) |
| Parallelstore.list_instances | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.list_instances.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.list_instances.js,packages/google-cloud-parallelstore/samples/README.md) |
| Parallelstore.update_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.update_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-parallelstore/samples/generated/v1/parallelstore.update_instance.js,packages/google-cloud-parallelstore/samples/README.md) |
| Parallelstore.create_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-parallelstore/samples/generated/v1beta/parallelstore.create_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-parallelstore/samples/generated/v1beta/parallelstore.create_instance.js,packages/google-cloud-parallelstore/samples/README.md) |

@@ -202,2 +209,2 @@ | Parallelstore.delete_instance | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-parallelstore/samples/generated/v1beta/parallelstore.delete_instance.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-parallelstore/samples/generated/v1beta/parallelstore.delete_instance.js,packages/google-cloud-parallelstore/samples/README.md) |

[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=parallelstore.googleapis.com
[auth]: https://cloud.google.com/docs/authentication/getting-started
[auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc