compute: zone.createVM: default autoDelete:true#930
Merged
stephenplusplus merged 1 commit intogoogleapis:masterfrom Nov 10, 2015
Merged
Conversation
stephenplusplus
added a commit
that referenced
this pull request
Nov 10, 2015
…disk-autodelete compute: zone.createVM: default autoDelete:true
sofisl
pushed a commit
that referenced
this pull request
Jan 24, 2023
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 475956674 Source-Link: googleapis/googleapis@210422e Source-Link: googleapis/googleapis-gen@43a3716 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDNhMzcxNjAwY2ViZGVjYWE4MTg2ZjQ3OTIwYTlhNDcxMTgyZGQ1YiJ9 test: use fully qualified request type name in tests PiperOrigin-RevId: 475685359 Source-Link: googleapis/googleapis@7a12973 Source-Link: googleapis/googleapis-gen@370c729 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzcwYzcyOWUyYmEwNjJhMTY3NDQ5YzI3ODgyYmE1ZjM3OWM1YzM0ZCJ9 feat: added Speech-to-Text V2 API proto The next generation Speech-to-Text V2 API provides the same features clients are familiar with in the existing Speech-to-Text API, while modernizing and simplifying the API using API best practices, resourceful methods, and updated infrastructure. Although this proto is published, the service is not yet available. PiperOrigin-RevId: 474926510 Source-Link: googleapis/googleapis@bb4d7f4 Source-Link: googleapis/googleapis-gen@9ecdb75 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWVjZGI3NTAzOGIxMGNmZTQ2ODVkOGEzMDFlMmFiZjhlNGRmYWE0OCJ9
sofisl
pushed a commit
that referenced
this pull request
Jan 25, 2023
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 475956674 Source-Link: googleapis/googleapis@210422e Source-Link: googleapis/googleapis-gen@43a3716 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDNhMzcxNjAwY2ViZGVjYWE4MTg2ZjQ3OTIwYTlhNDcxMTgyZGQ1YiJ9 test: use fully qualified request type name in tests PiperOrigin-RevId: 475685359 Source-Link: googleapis/googleapis@7a12973 Source-Link: googleapis/googleapis-gen@370c729 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzcwYzcyOWUyYmEwNjJhMTY3NDQ5YzI3ODgyYmE1ZjM3OWM1YzM0ZCJ9 feat: added Speech-to-Text V2 API proto The next generation Speech-to-Text V2 API provides the same features clients are familiar with in the existing Speech-to-Text API, while modernizing and simplifying the API using API best practices, resourceful methods, and updated infrastructure. Although this proto is published, the service is not yet available. PiperOrigin-RevId: 474926510 Source-Link: googleapis/googleapis@bb4d7f4 Source-Link: googleapis/googleapis-gen@9ecdb75 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWVjZGI3NTAzOGIxMGNmZTQ2ODVkOGEzMDFlMmFiZjhlNGRmYWE0OCJ9
miguelvelezsa
pushed a commit
that referenced
this pull request
Jul 23, 2025
Node 15 introduced `AbortController` (so the test that mocks it now needs to be aware of which `AbortController` to mock - the Node 15 one or the one from `abort-controller` module). Also, Node 15 apparently broke something in stream handling (the order of events coming has changed). Fixed the test to account for that possible change.
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
sofisl
pushed a commit
that referenced
this pull request
Jan 28, 2026
sofisl
pushed a commit
that referenced
this pull request
Jan 28, 2026
sofisl
pushed a commit
that referenced
this pull request
Jan 29, 2026
sofisl
pushed a commit
that referenced
this pull request
Jan 29, 2026
sofisl
pushed a commit
that referenced
this pull request
Feb 5, 2026
Co-authored-by: Jeffrey Rennie <rennie@google.com> Source-Link: googleapis/synthtool@9368bc7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:f74e740638e66be7ced1540626217dbb72980eb73885b2339a70592f38c9ff2c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #927
This now matches what the Dev Console UI does as well.