Skip to content

Commit

Permalink
build: update copyright year to 2022 (#595)
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: https://github.com/googleapis/googleapis-gen/commit/73ba4add239a619da567ffbd4e5730fdd6de04d3
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>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 20, 2022
1 parent bb58cd8 commit 5c12956
Show file tree
Hide file tree
Showing 23 changed files with 31 additions and 8 deletions.
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(analysisQuery) {
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(analysisQuery, outputConfig) {
Expand Down
1 change: 1 addition & 0 deletions asset/snippets/generated/v1/asset_service.analyze_move.js
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(resource, destinationParent) {
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
1 change: 1 addition & 0 deletions asset/snippets/generated/v1/asset_service.create_feed.js
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, feedId, feed) {
Expand Down
1 change: 1 addition & 0 deletions asset/snippets/generated/v1/asset_service.delete_feed.js
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
3 changes: 2 additions & 1 deletion asset/snippets/generated/v1/asset_service.export_assets.js
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, outputConfig) {
Expand Down Expand Up @@ -67,7 +68,7 @@ function main(parent, outputConfig) {
* * If specified:
* it snapshots specified relationships. It returns an error if
* any of the relationship_types doesn't belong to the supported
* relationship types of the asset_types or if any of the asset_types
* relationship types of the asset_types or if any of the asset_types
* doesn't belong to the source types of the relationship_types.
* * Otherwise:
* it snapshots the supported relationships for all asset_types or returns
Expand Down
1 change: 1 addition & 0 deletions asset/snippets/generated/v1/asset_service.get_feed.js
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
5 changes: 3 additions & 2 deletions asset/snippets/generated/v1/asset_service.list_assets.js
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 @@ -74,7 +75,7 @@ function main(parent) {
* * If specified:
* it snapshots specified relationships. It returns an error if
* any of the relationship_types doesn't belong to the supported
* relationship types of the asset_types or if any of the asset_types
* relationship types of the asset_types or if any of the asset_types
* doesn't belong to the source types of the relationship_types.
* * Otherwise:
* it snapshots the supported relationships for all asset_types or returns
Expand All @@ -101,7 +102,7 @@ function main(parent) {
// Run request
const iterable = await assetClient.listAssetsAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
1 change: 1 addition & 0 deletions asset/snippets/generated/v1/asset_service.list_feeds.js
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
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(scope) {
Expand Down Expand Up @@ -134,7 +135,7 @@ function main(scope) {
// Run request
const iterable = await assetClient.searchAllIamPoliciesAsync(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(scope) {
Expand Down Expand Up @@ -167,7 +168,7 @@ function main(scope) {
// Run request
const iterable = await assetClient.searchAllResourcesAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
1 change: 1 addition & 0 deletions asset/snippets/generated/v1/asset_service.update_feed.js
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(feed, updateMask) {
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(scope) {
Expand Down Expand Up @@ -65,7 +66,7 @@ function main(scope) {
// Run request
const iterable = await assetClient.searchAllIamPoliciesAsync(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(scope) {
Expand Down Expand Up @@ -74,7 +75,7 @@ function main(scope) {
// Run request
const iterable = await assetClient.searchAllResourcesAsync(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, feedId, feed) {
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
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(feed, updateMask) {
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(analysisQuery) {
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(analysisQuery, outputConfig) {
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 @@ -74,7 +75,7 @@ function main(parent) {
// Run request
const iterable = await assetClient.listAssetsAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down

0 comments on commit 5c12956

Please sign in to comment.