Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: (appengine) update region appengine to gae #3958

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions appengine/websockets/app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [START appengine_websockets_yaml]
# [START gae_websockets_yaml]
runtime: nodejs
env: flex

Expand All @@ -10,5 +10,5 @@ manual_scaling:

network:
session_affinity: true
# [END appengine_websockets_yaml]
# [END gae_websockets_yaml]

2 changes: 0 additions & 2 deletions datacatalog/cloud-client/createFilesetEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const main = async (
entryId
) => {
// [START data_catalog_create_fileset]
// [START datacatalog_create_fileset_tag]
// -------------------------------
// Import required modules.
// -------------------------------
Expand Down Expand Up @@ -101,7 +100,6 @@ const main = async (
const [response] = await datacatalog.createEntry(request);

console.log(response);
// [END datacatalog_create_fileset_tag]
// [END data_catalog_create_fileset]
};

Expand Down
2 changes: 0 additions & 2 deletions datacatalog/quickstart/createFilesetEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const main = async (
entryId
) => {
// [START data_catalog_create_fileset_quickstart]
// [START datacatalog_create_fileset_quickstart_tag]
// -------------------------------
// Import required modules.
// -------------------------------
Expand Down Expand Up @@ -125,7 +124,6 @@ const main = async (

console.log(response);
};
// [END datacatalog_create_fileset_quickstart_tag]
// [END data_catalog_create_fileset_quickstart]

// node createFilesetEntry.js <projectId> <entryGroupId> <entryId>
Expand Down
Loading