Skip to content

Commit

Permalink
build: update copyright year to 2022 (#241)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade gapic-generator-java to 2.4.1

PiperOrigin-RevId: 422607515

Source-Link: googleapis/googleapis@ba2ffd6

Source-Link: googleapis/googleapis-gen@73ba4ad
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzNiYTRhZGQyMzlhNjE5ZGE1NjdmZmJkNGU1NzMwZmRkNmRlMDRkMyJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 20, 2022
1 parent 62d6bc3 commit 7c097e0
Show file tree
Hide file tree
Showing 76 changed files with 135 additions and 131 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-gaming/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2021 Google LLC',
copyright: 'Copyright 2022 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/game-servers',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, gameServerClusterId, gameServerCluster) {
Expand All @@ -34,8 +35,7 @@ function main(parent, gameServerClusterId, gameServerCluster) {
// const gameServerCluster = {}

// Imports the Gaming library
const {GameServerClustersServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerClustersServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerClustersServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Gaming library
const {GameServerClustersServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerClustersServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerClustersServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -35,8 +36,7 @@ function main(name) {
// const view = {}

// Imports the Gaming library
const {GameServerClustersServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerClustersServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerClustersServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent) {
Expand Down Expand Up @@ -56,8 +57,7 @@ function main(parent) {
// const view = {}

// Imports the Gaming library
const {GameServerClustersServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerClustersServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerClustersServiceClient();
Expand All @@ -71,7 +71,7 @@ function main(parent) {
// Run request
const iterable = await gamingClient.listGameServerClustersAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, gameServerClusterId, gameServerCluster) {
Expand Down Expand Up @@ -43,8 +44,7 @@ function main(parent, gameServerClusterId, gameServerCluster) {
// const view = {}

// Imports the Gaming library
const {GameServerClustersServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerClustersServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerClustersServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -30,8 +31,7 @@ function main(name) {
// const previewTime = {}

// Imports the Gaming library
const {GameServerClustersServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerClustersServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerClustersServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(gameServerCluster, updateMask) {
Expand All @@ -36,8 +37,7 @@ function main(gameServerCluster, updateMask) {
// const previewTime = {}

// Imports the Gaming library
const {GameServerClustersServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerClustersServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerClustersServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(gameServerCluster, updateMask) {
Expand All @@ -32,8 +33,7 @@ function main(gameServerCluster, updateMask) {
// const updateMask = {}

// Imports the Gaming library
const {GameServerClustersServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerClustersServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerClustersServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, configId, gameServerConfig) {
Expand All @@ -34,8 +35,7 @@ function main(parent, configId, gameServerConfig) {
// const gameServerConfig = {}

// Imports the Gaming library
const {GameServerConfigsServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerConfigsServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerConfigsServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Gaming library
const {GameServerConfigsServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerConfigsServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerConfigsServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Gaming library
const {GameServerConfigsServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerConfigsServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerConfigsServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent) {
Expand Down Expand Up @@ -47,8 +48,7 @@ function main(parent) {
// const orderBy = 'abc123'

// Imports the Gaming library
const {GameServerConfigsServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerConfigsServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerConfigsServiceClient();
Expand All @@ -62,7 +62,7 @@ function main(parent) {
// Run request
const iterable = await gamingClient.listGameServerConfigsAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, deploymentId, gameServerDeployment) {
Expand All @@ -34,8 +35,7 @@ function main(parent, deploymentId, gameServerDeployment) {
// const gameServerDeployment = {}

// Imports the Gaming library
const {GameServerDeploymentsServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerDeploymentsServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerDeploymentsServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Gaming library
const {GameServerDeploymentsServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerDeploymentsServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerDeploymentsServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Gaming library
const {GameServerDeploymentsServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerDeploymentsServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerDeploymentsServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Gaming library
const {GameServerDeploymentsServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerDeploymentsServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerDeploymentsServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -26,8 +27,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Gaming library
const {GameServerDeploymentsServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerDeploymentsServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerDeploymentsServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent) {
Expand Down Expand Up @@ -48,8 +49,7 @@ function main(parent) {
// const orderBy = 'abc123'

// Imports the Gaming library
const {GameServerDeploymentsServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerDeploymentsServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerDeploymentsServiceClient();
Expand All @@ -63,7 +63,7 @@ function main(parent) {
// Run request
const iterable = await gamingClient.listGameServerDeploymentsAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(rollout) {
Expand All @@ -37,8 +38,7 @@ function main(rollout) {
// const previewTime = {}

// Imports the Gaming library
const {GameServerDeploymentsServiceClient} =
require('@google-cloud/game-servers').v1;
const {GameServerDeploymentsServiceClient} = require('@google-cloud/game-servers').v1;

// Instantiates a client
const gamingClient = new GameServerDeploymentsServiceClient();
Expand All @@ -50,9 +50,7 @@ function main(rollout) {
};

// Run request
const response = await gamingClient.previewGameServerDeploymentRollout(
request
);
const response = await gamingClient.previewGameServerDeploymentRollout(request);
console.log(response);
}

Expand Down
Loading

0 comments on commit 7c097e0

Please sign in to comment.