Skip to content

Commit

Permalink
build: update copyright year to 2022 (#41)
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 409e1d7 commit d894b45
Show file tree
Hide file tree
Showing 32 changed files with 56 additions and 44 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-filestore/.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/filestore',
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, backup, backupId) {
Expand All @@ -26,7 +27,7 @@ function main(parent, backup, backupId) {
*/
// const parent = 'abc123'
/**
* Required. A backup resource google.cloud.filestore.v1.Backup
* Required. A backup resource google.cloud.filestore.v1.Backup
*/
// const backup = {}
/**
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, instanceId, instance) {
Expand All @@ -31,7 +32,7 @@ function main(parent, instanceId, instance) {
*/
// const instanceId = 'abc123'
/**
* Required. An instance resource google.cloud.filestore.v1.Instance
* Required. An instance resource google.cloud.filestore.v1.Instance
*/
// const instance = {}

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 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 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 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 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 @@ -61,7 +62,7 @@ function main(parent) {
// Run request
const iterable = await filestoreClient.listBackupsAsync(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) {
Expand Down Expand Up @@ -60,7 +61,7 @@ function main(parent) {
// Run request
const iterable = await filestoreClient.listInstancesAsync(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(name, fileShare) {
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(backup, updateMask) {
Expand All @@ -20,7 +21,7 @@ function main(backup, updateMask) {
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
* Required. A backup resource google.cloud.filestore.v1.Backup
* Required. A backup resource google.cloud.filestore.v1.Backup
*/
// const backup = {}
/**
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() {
Expand Down Expand Up @@ -41,7 +42,8 @@ function main() {

async function callUpdateInstance() {
// Construct request
const request = {};
const request = {
};

// Run request
const [operation] = await filestoreClient.updateInstance(request);
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, backup, backupId) {
Expand All @@ -26,7 +27,7 @@ function main(parent, backup, backupId) {
*/
// const parent = 'abc123'
/**
* Required. A backup resource google.cloud.filestore.v1beta1.Backup
* Required. A backup resource google.cloud.filestore.v1beta1.Backup
*/
// const backup = {}
/**
Expand All @@ -38,8 +39,7 @@ function main(parent, backup, backupId) {
// const backupId = 'abc123'

// Imports the Filestore library
const {CloudFilestoreManagerClient} =
require('@google-cloud/filestore').v1beta1;
const {CloudFilestoreManagerClient} = require('@google-cloud/filestore').v1beta1;

// Instantiates a client
const filestoreClient = new CloudFilestoreManagerClient();
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, instanceId, instance) {
Expand All @@ -33,13 +34,12 @@ function main(parent, instanceId, instance) {
*/
// const instanceId = 'abc123'
/**
* Required. An instance resource google.cloud.filestore.v1beta1.Instance
* Required. An instance resource google.cloud.filestore.v1beta1.Instance
*/
// const instance = {}

// Imports the Filestore library
const {CloudFilestoreManagerClient} =
require('@google-cloud/filestore').v1beta1;
const {CloudFilestoreManagerClient} = require('@google-cloud/filestore').v1beta1;

// Instantiates a client
const filestoreClient = new CloudFilestoreManagerClient();
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 Filestore library
const {CloudFilestoreManagerClient} =
require('@google-cloud/filestore').v1beta1;
const {CloudFilestoreManagerClient} = require('@google-cloud/filestore').v1beta1;

// Instantiates a client
const filestoreClient = new CloudFilestoreManagerClient();
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 Filestore library
const {CloudFilestoreManagerClient} =
require('@google-cloud/filestore').v1beta1;
const {CloudFilestoreManagerClient} = require('@google-cloud/filestore').v1beta1;

// Instantiates a client
const filestoreClient = new CloudFilestoreManagerClient();
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 Filestore library
const {CloudFilestoreManagerClient} =
require('@google-cloud/filestore').v1beta1;
const {CloudFilestoreManagerClient} = require('@google-cloud/filestore').v1beta1;

// Instantiates a client
const filestoreClient = new CloudFilestoreManagerClient();
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 Filestore library
const {CloudFilestoreManagerClient} =
require('@google-cloud/filestore').v1beta1;
const {CloudFilestoreManagerClient} = require('@google-cloud/filestore').v1beta1;

// Instantiates a client
const filestoreClient = new CloudFilestoreManagerClient();
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 filter = 'abc123'

// Imports the Filestore library
const {CloudFilestoreManagerClient} =
require('@google-cloud/filestore').v1beta1;
const {CloudFilestoreManagerClient} = require('@google-cloud/filestore').v1beta1;

// Instantiates a client
const filestoreClient = new CloudFilestoreManagerClient();
Expand All @@ -62,7 +62,7 @@ function main(parent) {
// Run request
const iterable = await filestoreClient.listBackupsAsync(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) {
Expand Down Expand Up @@ -46,8 +47,7 @@ function main(parent) {
// const filter = 'abc123'

// Imports the Filestore library
const {CloudFilestoreManagerClient} =
require('@google-cloud/filestore').v1beta1;
const {CloudFilestoreManagerClient} = require('@google-cloud/filestore').v1beta1;

// Instantiates a client
const filestoreClient = new CloudFilestoreManagerClient();
Expand All @@ -61,7 +61,7 @@ function main(parent) {
// Run request
const iterable = await filestoreClient.listInstancesAsync(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(name, fileShare) {
Expand Down Expand Up @@ -41,8 +42,7 @@ function main(name, fileShare) {
// const sourceBackup = 'abc123'

// Imports the Filestore library
const {CloudFilestoreManagerClient} =
require('@google-cloud/filestore').v1beta1;
const {CloudFilestoreManagerClient} = require('@google-cloud/filestore').v1beta1;

// Instantiates a client
const filestoreClient = new CloudFilestoreManagerClient();
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(backup, updateMask) {
Expand All @@ -20,7 +21,7 @@ function main(backup, updateMask) {
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
* Required. A backup resource google.cloud.filestore.v1beta1.Backup
* Required. A backup resource google.cloud.filestore.v1beta1.Backup
*/
// const backup = {}
/**
Expand All @@ -30,8 +31,7 @@ function main(backup, updateMask) {
// const updateMask = {}

// Imports the Filestore library
const {CloudFilestoreManagerClient} =
require('@google-cloud/filestore').v1beta1;
const {CloudFilestoreManagerClient} = require('@google-cloud/filestore').v1beta1;

// Instantiates a client
const filestoreClient = new CloudFilestoreManagerClient();
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(updateMask, instance) {
Expand All @@ -34,8 +35,7 @@ function main(updateMask, instance) {
// const instance = {}

// Imports the Filestore library
const {CloudFilestoreManagerClient} =
require('@google-cloud/filestore').v1beta1;
const {CloudFilestoreManagerClient} = require('@google-cloud/filestore').v1beta1;

// Instantiates a client
const filestoreClient = new CloudFilestoreManagerClient();
Expand Down
Loading

0 comments on commit d894b45

Please sign in to comment.