Skip to content

Commit 23542ee

Browse files
gcf-owl-bot[bot]Benjamin E. Coe
andauthored
fix: add parameter in compute bazel rules (#692) (#654)
Source-Link: googleapis/googleapis@253807f Source-Link: googleapis/googleapis-gen@80a264b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODBhMjY0YmIyZWRmOWVjZWRhYzM1NDNjMDk2Y2IxODY0MGYzMzVjMSJ9 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: Benjamin E. Coe <[email protected]>
1 parent 9f920d5 commit 23542ee

File tree

606 files changed

+15007
-573
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

606 files changed

+15007
-573
lines changed

packages/google-cloud-compute/protos/google/cloud/compute/v1small/compute_small.proto

Lines changed: 740 additions & 0 deletions
Large diffs are not rendered by default.

packages/google-cloud-compute/protos/protos.d.ts

Lines changed: 2394 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-compute/protos/protos.js

Lines changed: 6509 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-compute/protos/protos.json

Lines changed: 1329 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-compute/samples/generated/v1/accelerator_types.aggregated_list.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(project) {
@@ -63,7 +64,7 @@ function main(project) {
6364
// Run request
6465
const iterable = await computeClient.aggregatedListAsync(request);
6566
for await (const [key, value] of iterable) {
66-
console.log(response);
67+
console.log(response);
6768
}
6869
}
6970

packages/google-cloud-compute/samples/generated/v1/accelerator_types.get.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(acceleratorType, project, zone) {

packages/google-cloud-compute/samples/generated/v1/accelerator_types.list.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(project, zone) {
@@ -64,7 +65,7 @@ function main(project, zone) {
6465
// Run request
6566
const iterable = await computeClient.listAsync(request);
6667
for await (const response of iterable) {
67-
console.log(response);
68+
console.log(response);
6869
}
6970
}
7071

packages/google-cloud-compute/samples/generated/v1/addresses.aggregated_list.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(project) {
@@ -63,7 +64,7 @@ function main(project) {
6364
// Run request
6465
const iterable = await computeClient.aggregatedListAsync(request);
6566
for await (const [key, value] of iterable) {
66-
console.log(response);
67+
console.log(response);
6768
}
6869
}
6970

packages/google-cloud-compute/samples/generated/v1/addresses.delete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(address, project, region) {

packages/google-cloud-compute/samples/generated/v1/addresses.get.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
1516
'use strict';
1617

1718
function main(address, project, region) {

0 commit comments

Comments
 (0)