Skip to content

Commit 9bdd28a

Browse files
asthamohtagcf-owl-bot[bot]release-please[bot]
authored
chore: changing region to west1 for samples (#1549)
* 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>
1 parent 2ba727e commit 9bdd28a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function createInstance(instanceId, projectId) {
3737
try {
3838
console.log(`Creating instance ${instance.formattedName_}.`);
3939
const [, operation] = await instance.create({
40-
config: 'regional-us-central1',
40+
config: 'regional-us-west1',
4141
nodes: 1,
4242
displayName: 'This is a display name.',
4343
labels: {

samples/system-test/spanner.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ const DEFAULT_LEADER_DATABASE_ID = `test-database-${CURRENT_TIME}-dl`;
5454
const BACKUP_ID = `test-backup-${CURRENT_TIME}`;
5555
const ENCRYPTED_BACKUP_ID = `test-backup-${CURRENT_TIME}-enc`;
5656
const CANCELLED_BACKUP_ID = `test-backup-${CURRENT_TIME}-c`;
57-
const LOCATION_ID = 'regional-us-central1';
58-
const KEY_LOCATION_ID = 'us-central1';
57+
const LOCATION_ID = 'regional-us-west1';
58+
const KEY_LOCATION_ID = 'us-west1';
5959
const KEY_RING_ID = 'test-key-ring-node';
6060
const KEY_ID = 'test-key';
6161
const DEFAULT_LEADER = 'us-central1';

0 commit comments

Comments
 (0)