Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: add parameter in compute bazel rules (#692) (#654)
Browse files Browse the repository at this point in the history
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 <bencoe@google.com>
  • Loading branch information
3 people committed Dec 30, 2021
1 parent 4b94c16 commit 115d1da
Show file tree
Hide file tree
Showing 606 changed files with 15,007 additions and 573 deletions.
740 changes: 740 additions & 0 deletions protos/google/cloud/compute/v1small/compute_small.proto

Large diffs are not rendered by default.

2,394 changes: 2,394 additions & 0 deletions protos/protos.d.ts

Large diffs are not rendered by default.

6,509 changes: 6,509 additions & 0 deletions protos/protos.js

Large diffs are not rendered by default.

1,329 changes: 1,329 additions & 0 deletions protos/protos.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion samples/generated/v1/accelerator_types.aggregated_list.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(project) {
Expand Down Expand Up @@ -63,7 +64,7 @@ function main(project) {
// Run request
const iterable = await computeClient.aggregatedListAsync(request);
for await (const [key, value] of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/accelerator_types.get.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(acceleratorType, project, zone) {
Expand Down
3 changes: 2 additions & 1 deletion samples/generated/v1/accelerator_types.list.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(project, zone) {
Expand Down Expand Up @@ -64,7 +65,7 @@ function main(project, zone) {
// Run request
const iterable = await computeClient.listAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
3 changes: 2 additions & 1 deletion samples/generated/v1/addresses.aggregated_list.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(project) {
Expand Down Expand Up @@ -63,7 +64,7 @@ function main(project) {
// Run request
const iterable = await computeClient.aggregatedListAsync(request);
for await (const [key, value] of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/addresses.delete.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(address, project, region) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/addresses.get.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(address, project, region) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/addresses.insert.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(addressResource, project, region) {
Expand Down
3 changes: 2 additions & 1 deletion samples/generated/v1/addresses.list.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(project, region) {
Expand Down Expand Up @@ -64,7 +65,7 @@ function main(project, region) {
// Run request
const iterable = await computeClient.listAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
3 changes: 2 additions & 1 deletion samples/generated/v1/autoscalers.aggregated_list.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(project) {
Expand Down Expand Up @@ -63,7 +64,7 @@ function main(project) {
// Run request
const iterable = await computeClient.aggregatedListAsync(request);
for await (const [key, value] of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/autoscalers.delete.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(autoscaler, project, zone) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/autoscalers.get.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(autoscaler, project, zone) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/autoscalers.insert.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(autoscalerResource, project, zone) {
Expand Down
3 changes: 2 additions & 1 deletion samples/generated/v1/autoscalers.list.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(project, zone) {
Expand Down Expand Up @@ -64,7 +65,7 @@ function main(project, zone) {
// Run request
const iterable = await computeClient.listAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/autoscalers.patch.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(autoscalerResource, project, zone) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/autoscalers.update.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(autoscalerResource, project, zone) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_buckets.add_signed_url_key.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(backendBucket, project, signedUrlKeyResource) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_buckets.delete.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(backendBucket, project) {
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(backendBucket, keyName, project) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_buckets.get.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(backendBucket, project) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_buckets.insert.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(backendBucketResource, project) {
Expand Down
3 changes: 2 additions & 1 deletion samples/generated/v1/backend_buckets.list.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(project) {
Expand Down Expand Up @@ -59,7 +60,7 @@ function main(project) {
// Run request
const iterable = await computeClient.listAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_buckets.patch.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(backendBucket, backendBucketResource, project) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_buckets.update.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(backendBucket, backendBucketResource, project) {
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(backendService, project, signedUrlKeyResource) {
Expand Down
3 changes: 2 additions & 1 deletion samples/generated/v1/backend_services.aggregated_list.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(project) {
Expand Down Expand Up @@ -63,7 +64,7 @@ function main(project) {
// Run request
const iterable = await computeClient.aggregatedListAsync(request);
for await (const [key, value] of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_services.delete.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(backendService, project) {
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(backendService, keyName, project) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_services.get.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(backendService, project) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_services.get_health.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(backendService, project, resourceGroupReferenceResource) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_services.insert.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(backendServiceResource, project) {
Expand Down
3 changes: 2 additions & 1 deletion samples/generated/v1/backend_services.list.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(project) {
Expand Down Expand Up @@ -59,7 +60,7 @@ function main(project) {
// Run request
const iterable = await computeClient.listAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_services.patch.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(backendService, backendServiceResource, project) {
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(backendService, project, securityPolicyReferenceResource) {
Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/backend_services.update.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(backendService, backendServiceResource, project) {
Expand Down
3 changes: 2 additions & 1 deletion samples/generated/v1/disk_types.aggregated_list.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(project) {
Expand Down Expand Up @@ -63,7 +64,7 @@ function main(project) {
// Run request
const iterable = await computeClient.aggregatedListAsync(request);
for await (const [key, value] of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
1 change: 1 addition & 0 deletions samples/generated/v1/disk_types.get.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(diskType, project, zone) {
Expand Down
3 changes: 2 additions & 1 deletion samples/generated/v1/disk_types.list.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(project, zone) {
Expand Down Expand Up @@ -64,7 +65,7 @@ function main(project, zone) {
// Run request
const iterable = await computeClient.listAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
Loading

0 comments on commit 115d1da

Please sign in to comment.