Skip to content

Commit 131af55

Browse files
feat: [google-cloud-compute] Update Compute Engine API to revision 20241105 (#954) (#13276)
- [ ] Regenerate this pull request now. Source-Link: googleapis/googleapis@d5a401d Source-Link: googleapis/googleapis-gen@426ad97 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjQyNmFkOTcxMmZkZTg5MDQyYjZjYTE0YmM3NDAzMWEwYzFmOTAxZDYifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c3aa4a2 commit 131af55

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

packages/google-cloud-compute/google/cloud/compute/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.21.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-compute/google/cloud/compute_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.21.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-compute/google/cloud/compute_v1/types/compute.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18643,6 +18643,8 @@ class Type(proto.Enum):
1864318643
No description available.
1864418644
GENERAL_PURPOSE_C4 (301911817):
1864518645
No description available.
18646+
GENERAL_PURPOSE_C4A (232460888):
18647+
No description available.
1864618648
GENERAL_PURPOSE_E2 (301911877):
1864718649
No description available.
1864818650
GENERAL_PURPOSE_N2 (301912156):
@@ -18675,6 +18677,7 @@ class Type(proto.Enum):
1867518677
COMPUTE_OPTIMIZED_H3 = 428004939
1867618678
GENERAL_PURPOSE = 299793543
1867718679
GENERAL_PURPOSE_C4 = 301911817
18680+
GENERAL_PURPOSE_C4A = 232460888
1867818681
GENERAL_PURPOSE_E2 = 301911877
1867918682
GENERAL_PURPOSE_N2 = 301912156
1868018683
GENERAL_PURPOSE_N2D = 232471400

packages/google-cloud-compute/samples/generated_samples/snippet_metadata_google.cloud.compute.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-compute",
11-
"version": "1.21.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)