@google-cloud/functions
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -24,10 +24,13 @@ { | ||
"ListFunctions": { | ||
"retry_codes_name": "non_idempotent", | ||
"timeout_millis": 600000, | ||
"retry_codes_name": "idempotent", | ||
"retry_params_name": "default" | ||
}, | ||
"GetFunction": { | ||
"retry_codes_name": "non_idempotent", | ||
"timeout_millis": 600000, | ||
"retry_codes_name": "idempotent", | ||
"retry_params_name": "default" | ||
}, | ||
"CreateFunction": { | ||
"timeout_millis": 600000, | ||
"retry_codes_name": "non_idempotent", | ||
@@ -37,10 +40,13 @@ "retry_params_name": "default" | ||
"UpdateFunction": { | ||
"retry_codes_name": "non_idempotent", | ||
"timeout_millis": 600000, | ||
"retry_codes_name": "idempotent", | ||
"retry_params_name": "default" | ||
}, | ||
"DeleteFunction": { | ||
"retry_codes_name": "non_idempotent", | ||
"timeout_millis": 600000, | ||
"retry_codes_name": "idempotent", | ||
"retry_params_name": "default" | ||
}, | ||
"CallFunction": { | ||
"timeout_millis": 600000, | ||
"retry_codes_name": "non_idempotent", | ||
@@ -47,0 +53,0 @@ "retry_params_name": "default" |
"use strict"; | ||
// Copyright 2020 Google LLC | ||
// Copyright 2021 Google LLC | ||
// | ||
@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License"); |
"use strict"; | ||
// Copyright 2020 Google LLC | ||
// Copyright 2021 Google LLC | ||
// | ||
@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License"); |
# Changelog | ||
### [1.1.3](https://www.github.com/googleapis/nodejs-functions/compare/v1.1.2...v1.1.3) (2021-03-15) | ||
### Bug Fixes | ||
* fix service namespace in grpc_service_config. ([#56](https://www.github.com/googleapis/nodejs-functions/issues/56)) ([8f5af4a](https://www.github.com/googleapis/nodejs-functions/commit/8f5af4a519473ed3fe8fd0761f21b886d3d1c0c9)) | ||
### [1.1.2](https://www.github.com/googleapis/nodejs-functions/compare/v1.1.1...v1.1.2) (2020-11-25) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/functions", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Functions client for Node.js", | ||
@@ -5,0 +5,0 @@ "repository": "googleapis/nodejs-functions", |
@@ -75,5 +75,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
const [functions] = await client.listFunctions({ | ||
parent: project, | ||
pageSize: page_size, | ||
pageToken: page_token, | ||
parent: `projects/${projectId}/locations/-`, | ||
}); | ||
@@ -90,4 +88,3 @@ console.info(functions); | ||
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-functions/tree/master/samples) directory. The samples' `README.md` | ||
has instructions for running the samples. | ||
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-functions/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample. | ||
@@ -94,0 +91,0 @@ | Sample | Source Code | Try it | |
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
1865286
31367
161