Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(compute): Update Compute Engine API to revision 20241201 (#966) #11250

Merged
merged 7 commits into from
Dec 10, 2024
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
Loading