Skip to content

Commit

Permalink
feat(compute): Update Compute Engine API to revision 20241201 (#966) (#…
Browse files Browse the repository at this point in the history
…11250)

- [ ] Regenerate this pull request now.

Source-Link: https://togithub.com/googleapis/googleapis/commit/5d5b1bf126485b0e2c972bac41b376438601e266

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c735b6193daebaa9c45c2e23153af16aee732fe6
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzczNWI2MTkzZGFlYmFhOWM0NWMyZTIzMTUzYWYxNmFlZTczMmZlNiJ9
BEGIN_NESTED_COMMIT
docs(maps/fleetengine): correct SearchVehiclesRequest.ordered_by description
PiperOrigin-RevId: 704403622

Source-Link: https://togithub.com/googleapis/googleapis/commit/4e78e682efabbe91a3bc62d3ce0213f02524929d

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/157433126b3c6546254d9f8c3785b0af19b9d7bc
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTU3NDMzMTI2YjNjNjU0NjI1NGQ5ZjhjMzc4NWIwYWYxOWI5ZDdiYyJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] authored Dec 10, 2024
1 parent af6fb46 commit 76266a6
Show file tree
Hide file tree
Showing 26 changed files with 54,923 additions and 47,152 deletions.
47 changes: 47 additions & 0 deletions compute/apiv1/auxiliary.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions compute/apiv1/auxiliary_go123.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99,274 changes: 52,127 additions & 47,147 deletions compute/apiv1/computepb/compute.pb.go

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions compute/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,11 @@
"Resize"
]
},
"ResumeInstances": {
"methods": [
"ResumeInstances"
]
},
"SetInstanceTemplate": {
"methods": [
"SetInstanceTemplate"
Expand All @@ -1099,6 +1104,21 @@
"SetTargetPools"
]
},
"StartInstances": {
"methods": [
"StartInstances"
]
},
"StopInstances": {
"methods": [
"StopInstances"
]
},
"SuspendInstances": {
"methods": [
"SuspendInstances"
]
},
"UpdatePerInstanceConfigs": {
"methods": [
"UpdatePerInstanceConfigs"
Expand Down Expand Up @@ -2026,6 +2046,25 @@
}
}
},
"NetworkProfiles": {
"clients": {
"rest": {
"libraryClient": "NetworkProfilesClient",
"rpcs": {
"Get": {
"methods": [
"Get"
]
},
"List": {
"methods": [
"List"
]
}
}
}
}
},
"Networks": {
"clients": {
"rest": {
Expand Down Expand Up @@ -2876,6 +2915,11 @@
"Resize"
]
},
"ResumeInstances": {
"methods": [
"ResumeInstances"
]
},
"SetInstanceTemplate": {
"methods": [
"SetInstanceTemplate"
Expand All @@ -2886,6 +2930,21 @@
"SetTargetPools"
]
},
"StartInstances": {
"methods": [
"StartInstances"
]
},
"StopInstances": {
"methods": [
"StopInstances"
]
},
"SuspendInstances": {
"methods": [
"SuspendInstances"
]
},
"UpdatePerInstanceConfigs": {
"methods": [
"UpdatePerInstanceConfigs"
Expand Down Expand Up @@ -3261,6 +3320,11 @@
"methods": [
"RemoveRule"
]
},
"SetLabels": {
"methods": [
"SetLabels"
]
}
}
}
Expand Down
Loading

0 comments on commit 76266a6

Please sign in to comment.