Skip to content

Commit

Permalink
chore: changing region to west1 for samples (#1549)
Browse files Browse the repository at this point in the history
* chore: changing region

* test(nodejs): remove 15 add 16 (#1322) (#1531)

* fix: for merging when array/struct chunks contain null (#1541)

* fix: for merging when array/struct chunks contain null

* fix: fix for new @types/node version (#1542)

* fix: fix for new @types/node version

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* chore(main): release 5.16.2 (#1543)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>

* fix: adding test case for chunked struct with a null array

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>

Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Jan 19, 2022
1 parent 2ba727e commit 9bdd28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function createInstance(instanceId, projectId) {
try {
console.log(`Creating instance ${instance.formattedName_}.`);
const [, operation] = await instance.create({
config: 'regional-us-central1',
config: 'regional-us-west1',
nodes: 1,
displayName: 'This is a display name.',
labels: {
Expand Down
4 changes: 2 additions & 2 deletions samples/system-test/spanner.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const DEFAULT_LEADER_DATABASE_ID = `test-database-${CURRENT_TIME}-dl`;
const BACKUP_ID = `test-backup-${CURRENT_TIME}`;
const ENCRYPTED_BACKUP_ID = `test-backup-${CURRENT_TIME}-enc`;
const CANCELLED_BACKUP_ID = `test-backup-${CURRENT_TIME}-c`;
const LOCATION_ID = 'regional-us-central1';
const KEY_LOCATION_ID = 'us-central1';
const LOCATION_ID = 'regional-us-west1';
const KEY_LOCATION_ID = 'us-west1';
const KEY_RING_ID = 'test-key-ring-node';
const KEY_ID = 'test-key';
const DEFAULT_LEADER = 'us-central1';
Expand Down

0 comments on commit 9bdd28a

Please sign in to comment.