diff --git a/asset/snippets/generated/v1/asset_service.analyze_iam_policy.js b/asset/snippets/generated/v1/asset_service.analyze_iam_policy.js index f36a4e9630a..9af8e276ba2 100644 --- a/asset/snippets/generated/v1/asset_service.analyze_iam_policy.js +++ b/asset/snippets/generated/v1/asset_service.analyze_iam_policy.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(analysisQuery) { diff --git a/asset/snippets/generated/v1/asset_service.analyze_iam_policy_longrunning.js b/asset/snippets/generated/v1/asset_service.analyze_iam_policy_longrunning.js index 28548a8a30f..74528a1eaf3 100644 --- a/asset/snippets/generated/v1/asset_service.analyze_iam_policy_longrunning.js +++ b/asset/snippets/generated/v1/asset_service.analyze_iam_policy_longrunning.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(analysisQuery, outputConfig) { diff --git a/asset/snippets/generated/v1/asset_service.analyze_move.js b/asset/snippets/generated/v1/asset_service.analyze_move.js index e6ea142b34f..ce869443b95 100644 --- a/asset/snippets/generated/v1/asset_service.analyze_move.js +++ b/asset/snippets/generated/v1/asset_service.analyze_move.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(resource, destinationParent) { diff --git a/asset/snippets/generated/v1/asset_service.batch_get_assets_history.js b/asset/snippets/generated/v1/asset_service.batch_get_assets_history.js index 60230130817..9188cf99d62 100644 --- a/asset/snippets/generated/v1/asset_service.batch_get_assets_history.js +++ b/asset/snippets/generated/v1/asset_service.batch_get_assets_history.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(parent) { diff --git a/asset/snippets/generated/v1/asset_service.create_feed.js b/asset/snippets/generated/v1/asset_service.create_feed.js index 216f98b4f0c..e527f244a52 100644 --- a/asset/snippets/generated/v1/asset_service.create_feed.js +++ b/asset/snippets/generated/v1/asset_service.create_feed.js @@ -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) { diff --git a/asset/snippets/generated/v1/asset_service.delete_feed.js b/asset/snippets/generated/v1/asset_service.delete_feed.js index 74fd1a9fa22..5e801047966 100644 --- a/asset/snippets/generated/v1/asset_service.delete_feed.js +++ b/asset/snippets/generated/v1/asset_service.delete_feed.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(name) { diff --git a/asset/snippets/generated/v1/asset_service.export_assets.js b/asset/snippets/generated/v1/asset_service.export_assets.js index 28684b3b8f6..124cd269f04 100644 --- a/asset/snippets/generated/v1/asset_service.export_assets.js +++ b/asset/snippets/generated/v1/asset_service.export_assets.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(parent, outputConfig) { @@ -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 diff --git a/asset/snippets/generated/v1/asset_service.get_feed.js b/asset/snippets/generated/v1/asset_service.get_feed.js index d402cba1d04..ebceb15c9b0 100644 --- a/asset/snippets/generated/v1/asset_service.get_feed.js +++ b/asset/snippets/generated/v1/asset_service.get_feed.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(name) { diff --git a/asset/snippets/generated/v1/asset_service.list_assets.js b/asset/snippets/generated/v1/asset_service.list_assets.js index 57410a2936d..a9026022cbd 100644 --- a/asset/snippets/generated/v1/asset_service.list_assets.js +++ b/asset/snippets/generated/v1/asset_service.list_assets.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(parent) { @@ -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 @@ -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); } } diff --git a/asset/snippets/generated/v1/asset_service.list_feeds.js b/asset/snippets/generated/v1/asset_service.list_feeds.js index e94a7aa304f..f9ac8720393 100644 --- a/asset/snippets/generated/v1/asset_service.list_feeds.js +++ b/asset/snippets/generated/v1/asset_service.list_feeds.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(parent) { diff --git a/asset/snippets/generated/v1/asset_service.search_all_iam_policies.js b/asset/snippets/generated/v1/asset_service.search_all_iam_policies.js index acc4033d91f..1b845d1f725 100644 --- a/asset/snippets/generated/v1/asset_service.search_all_iam_policies.js +++ b/asset/snippets/generated/v1/asset_service.search_all_iam_policies.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(scope) { @@ -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); } } diff --git a/asset/snippets/generated/v1/asset_service.search_all_resources.js b/asset/snippets/generated/v1/asset_service.search_all_resources.js index 1ec152145c9..c1f0367d00b 100644 --- a/asset/snippets/generated/v1/asset_service.search_all_resources.js +++ b/asset/snippets/generated/v1/asset_service.search_all_resources.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(scope) { @@ -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); } } diff --git a/asset/snippets/generated/v1/asset_service.update_feed.js b/asset/snippets/generated/v1/asset_service.update_feed.js index 7b8090fb5f4..971c0a9073b 100644 --- a/asset/snippets/generated/v1/asset_service.update_feed.js +++ b/asset/snippets/generated/v1/asset_service.update_feed.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(feed, updateMask) { diff --git a/asset/snippets/generated/v1p1beta1/asset_service.search_all_iam_policies.js b/asset/snippets/generated/v1p1beta1/asset_service.search_all_iam_policies.js index 2879ca874c4..41382c6cea2 100644 --- a/asset/snippets/generated/v1p1beta1/asset_service.search_all_iam_policies.js +++ b/asset/snippets/generated/v1p1beta1/asset_service.search_all_iam_policies.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(scope) { @@ -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); } } diff --git a/asset/snippets/generated/v1p1beta1/asset_service.search_all_resources.js b/asset/snippets/generated/v1p1beta1/asset_service.search_all_resources.js index 856dcdbc27c..6e059aaf175 100644 --- a/asset/snippets/generated/v1p1beta1/asset_service.search_all_resources.js +++ b/asset/snippets/generated/v1p1beta1/asset_service.search_all_resources.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(scope) { @@ -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); } } diff --git a/asset/snippets/generated/v1p2beta1/asset_service.create_feed.js b/asset/snippets/generated/v1p2beta1/asset_service.create_feed.js index 388cde9c84e..ac08a7406b5 100644 --- a/asset/snippets/generated/v1p2beta1/asset_service.create_feed.js +++ b/asset/snippets/generated/v1p2beta1/asset_service.create_feed.js @@ -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) { diff --git a/asset/snippets/generated/v1p2beta1/asset_service.delete_feed.js b/asset/snippets/generated/v1p2beta1/asset_service.delete_feed.js index 95368bbc74a..7f5b63b5d1d 100644 --- a/asset/snippets/generated/v1p2beta1/asset_service.delete_feed.js +++ b/asset/snippets/generated/v1p2beta1/asset_service.delete_feed.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(name) { diff --git a/asset/snippets/generated/v1p2beta1/asset_service.get_feed.js b/asset/snippets/generated/v1p2beta1/asset_service.get_feed.js index e1114eb44b5..1d66a374f56 100644 --- a/asset/snippets/generated/v1p2beta1/asset_service.get_feed.js +++ b/asset/snippets/generated/v1p2beta1/asset_service.get_feed.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(name) { diff --git a/asset/snippets/generated/v1p2beta1/asset_service.list_feeds.js b/asset/snippets/generated/v1p2beta1/asset_service.list_feeds.js index de139a74f36..cfa0817c6e4 100644 --- a/asset/snippets/generated/v1p2beta1/asset_service.list_feeds.js +++ b/asset/snippets/generated/v1p2beta1/asset_service.list_feeds.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(parent) { diff --git a/asset/snippets/generated/v1p2beta1/asset_service.update_feed.js b/asset/snippets/generated/v1p2beta1/asset_service.update_feed.js index 9bdcd533ad6..2b2665b0f58 100644 --- a/asset/snippets/generated/v1p2beta1/asset_service.update_feed.js +++ b/asset/snippets/generated/v1p2beta1/asset_service.update_feed.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(feed, updateMask) { diff --git a/asset/snippets/generated/v1p4beta1/asset_service.analyze_iam_policy.js b/asset/snippets/generated/v1p4beta1/asset_service.analyze_iam_policy.js index 5653b6b045e..ed513d717a4 100644 --- a/asset/snippets/generated/v1p4beta1/asset_service.analyze_iam_policy.js +++ b/asset/snippets/generated/v1p4beta1/asset_service.analyze_iam_policy.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(analysisQuery) { diff --git a/asset/snippets/generated/v1p4beta1/asset_service.export_iam_policy_analysis.js b/asset/snippets/generated/v1p4beta1/asset_service.export_iam_policy_analysis.js index 91299962da2..448aaaf618e 100644 --- a/asset/snippets/generated/v1p4beta1/asset_service.export_iam_policy_analysis.js +++ b/asset/snippets/generated/v1p4beta1/asset_service.export_iam_policy_analysis.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(analysisQuery, outputConfig) { diff --git a/asset/snippets/generated/v1p5beta1/asset_service.list_assets.js b/asset/snippets/generated/v1p5beta1/asset_service.list_assets.js index ba81b2f8b32..2690cf42a71 100644 --- a/asset/snippets/generated/v1p5beta1/asset_service.list_assets.js +++ b/asset/snippets/generated/v1p5beta1/asset_service.list_assets.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(parent) { @@ -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); } }