Socket
Socket
Sign inDemoInstall

@google-cloud/discoveryengine

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/discoveryengine - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

11

build/src/v1beta/document_service_client.js

@@ -166,2 +166,5 @@ "use strict";

{
get: '/v1beta/{name=projects/*/locations/*/dataStores/*/models/*/operations/*}',
},
{
get: '/v1beta/{name=projects/*/locations/*/dataStores/*/operations/*}',

@@ -175,4 +178,10 @@ },

selector: 'google.longrunning.Operations.ListOperations',
get: '/v1beta/{name=projects/*/locations/*/dataStores/*}/operations',
get: '/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*}/operations',
additional_bindings: [
{
get: '/v1beta/{name=projects/*/locations/*/dataStores/*/models/*}/operations',
},
{
get: '/v1beta/{name=projects/*/locations/*/dataStores/*}/operations',
},
{ get: '/v1beta/{name=projects/*/locations/*}/operations' },

@@ -179,0 +188,0 @@ { get: '/v1beta/{name=projects/*}/operations' },

@@ -190,2 +190,20 @@ import type * as gax from 'google-gax';

* based on Document category.
* @param {number[]} request.userLabels
* The user labels applied to a resource must meet the following requirements:
*
* * Each resource can have multiple labels, up to a maximum of 64.
* * Each label must be a key-value pair.
* * Keys have a minimum length of 1 character and a maximum length of 63
* characters and cannot be empty. Values can be empty and have a maximum
* length of 63 characters.
* * Keys and values can contain only lowercase letters, numeric characters,
* underscores, and dashes. All characters must use UTF-8 encoding, and
* international characters are allowed.
* * The key portion of a label must be unique. However, you can use the same
* key with multiple resources.
* * Keys must start with a lowercase letter or international character.
*
* See [Google Cloud
* Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
* for more details.
* @param {object} [options]

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

@@ -158,2 +158,5 @@ "use strict";

{
get: '/v1beta/{name=projects/*/locations/*/dataStores/*/models/*/operations/*}',
},
{
get: '/v1beta/{name=projects/*/locations/*/dataStores/*/operations/*}',

@@ -167,4 +170,10 @@ },

selector: 'google.longrunning.Operations.ListOperations',
get: '/v1beta/{name=projects/*/locations/*/dataStores/*}/operations',
get: '/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*}/operations',
additional_bindings: [
{
get: '/v1beta/{name=projects/*/locations/*/dataStores/*/models/*}/operations',
},
{
get: '/v1beta/{name=projects/*/locations/*/dataStores/*}/operations',
},
{ get: '/v1beta/{name=projects/*/locations/*}/operations' },

@@ -171,0 +180,0 @@ { get: '/v1beta/{name=projects/*}/operations' },

# Changelog
## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/discoveryengine-v0.1.1...discoveryengine-v0.2.0) (2022-11-10)
### Features
* Allow recommendation users to set user labels in the request ([#3458](https://github.com/googleapis/google-cloud-node/issues/3458)) ([65d7b4c](https://github.com/googleapis/google-cloud-node/commit/65d7b4c3b50c46ff473f0e57ecb38b90aef25e5d))
### Bug Fixes
* Regenerated proto JS and TS definitions (generator update) ([#3472](https://github.com/googleapis/google-cloud-node/issues/3472)) ([5e2230d](https://github.com/googleapis/google-cloud-node/commit/5e2230dfc4302bb2ac9628ff4200eb46509e103d))
## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/discoveryengine-v0.1.0...discoveryengine-v0.1.1) (2022-11-03)

@@ -4,0 +16,0 @@

11

package.json
{
"name": "@google-cloud/discoveryengine",
"version": "0.1.1",
"version": "0.2.0",
"description": "Discovery Engine API client for Node.js",
"repository": "googleapis/google-cloud-node",
"repository": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-node.git",
"directory": "packages/google-cloud-discoveryengine"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-discoveryengine",
"license": "Apache-2.0",

@@ -50,3 +55,3 @@ "author": "Google LLC",

"gts": "^3.1.0",
"jsdoc": "^3.6.6",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^2.0.0",

@@ -53,0 +58,0 @@ "jsdoc-region-tag": "^2.0.0",

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

A comprehensive list of changes in each version may be found in
[the CHANGELOG](https://github.com/googleapis/google-cloud-node/blob/main/CHANGELOG.md).
[the CHANGELOG](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-discoveryengine/CHANGELOG.md).
* [Discovery Engine API Node.js Client API Reference][client-docs]
* [Discovery Engine API Documentation][product-docs]
* [github.com/googleapis/google-cloud-node](https://github.com/googleapis/google-cloud-node)
* [github.com/googleapis/google-cloud-node/packages/google-cloud-discoveryengine](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-discoveryengine)

@@ -24,0 +24,0 @@ Read more about the client libraries for Cloud APIs, including the older

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

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