Skip to content

Commit da0e811

Browse files
feat: [google-cloud-compute] Update Compute Engine API to revision 20250320 (googleapis#13710)
- [ ] Regenerate this pull request now. Source-Link: googleapis/googleapis@8b60857 Source-Link: https://github.com/googleapis/googleapis-gen/commit/da514731416ac7d13aec71a043fe3324059257b9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImRhNTE0NzMxNDE2YWM3ZDEzYWVjNzFhMDQzZmUzMzI0MDU5MjU3YjkifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f6a55e3 commit da0e811

File tree

9 files changed

+243
-27
lines changed

9 files changed

+243
-27
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@
374374
BackendServiceCustomMetric,
375375
BackendServiceFailoverPolicy,
376376
BackendServiceGroupHealth,
377+
BackendServiceHAPolicy,
377378
BackendServiceHttpCookie,
378379
BackendServiceIAP,
379380
BackendServiceList,
@@ -2029,6 +2030,7 @@
20292030
"BackendServiceCustomMetric",
20302031
"BackendServiceFailoverPolicy",
20312032
"BackendServiceGroupHealth",
2033+
"BackendServiceHAPolicy",
20322034
"BackendServiceHttpCookie",
20332035
"BackendServiceIAP",
20342036
"BackendServiceList",

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.28.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@
256256
BackendServiceCustomMetric,
257257
BackendServiceFailoverPolicy,
258258
BackendServiceGroupHealth,
259+
BackendServiceHAPolicy,
259260
BackendServiceHttpCookie,
260261
BackendServiceIAP,
261262
BackendServiceList,
@@ -1816,6 +1817,7 @@
18161817
"BackendServiceCustomMetric",
18171818
"BackendServiceFailoverPolicy",
18181819
"BackendServiceGroupHealth",
1820+
"BackendServiceHAPolicy",
18191821
"BackendServiceHttpCookie",
18201822
"BackendServiceIAP",
18211823
"BackendServiceList",

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.28.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
BackendServiceCustomMetric,
147147
BackendServiceFailoverPolicy,
148148
BackendServiceGroupHealth,
149+
BackendServiceHAPolicy,
149150
BackendServiceHttpCookie,
150151
BackendServiceIAP,
151152
BackendServiceList,
@@ -1702,6 +1703,7 @@
17021703
"BackendServiceCustomMetric",
17031704
"BackendServiceFailoverPolicy",
17041705
"BackendServiceGroupHealth",
1706+
"BackendServiceHAPolicy",
17051707
"BackendServiceHttpCookie",
17061708
"BackendServiceIAP",
17071709
"BackendServiceList",

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

Lines changed: 228 additions & 24 deletions
Large diffs are not rendered by default.

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.28.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-compute/tests/unit/gapic/compute_v1/test_backend_services.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7526,6 +7526,7 @@ def test_insert_rest_call_success(request_type):
75267526
"failover_ratio": 0.1494,
75277527
},
75287528
"fingerprint": "fingerprint_value",
7529+
"ha_policy": {"fast_i_p_move": "fast_i_p_move_value"},
75297530
"health_checks": ["health_checks_value1", "health_checks_value2"],
75307531
"iap": {
75317532
"enabled": True,
@@ -8204,6 +8205,7 @@ def test_patch_rest_call_success(request_type):
82048205
"failover_ratio": 0.1494,
82058206
},
82068207
"fingerprint": "fingerprint_value",
8208+
"ha_policy": {"fast_i_p_move": "fast_i_p_move_value"},
82078209
"health_checks": ["health_checks_value1", "health_checks_value2"],
82088210
"iap": {
82098211
"enabled": True,
@@ -9567,6 +9569,7 @@ def test_update_rest_call_success(request_type):
95679569
"failover_ratio": 0.1494,
95689570
},
95699571
"fingerprint": "fingerprint_value",
9572+
"ha_policy": {"fast_i_p_move": "fast_i_p_move_value"},
95709573
"health_checks": ["health_checks_value1", "health_checks_value2"],
95719574
"iap": {
95729575
"enabled": True,

packages/google-cloud-compute/tests/unit/gapic/compute_v1/test_region_backend_services.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5651,6 +5651,7 @@ def test_insert_rest_call_success(request_type):
56515651
"failover_ratio": 0.1494,
56525652
},
56535653
"fingerprint": "fingerprint_value",
5654+
"ha_policy": {"fast_i_p_move": "fast_i_p_move_value"},
56545655
"health_checks": ["health_checks_value1", "health_checks_value2"],
56555656
"iap": {
56565657
"enabled": True,
@@ -6338,6 +6339,7 @@ def test_patch_rest_call_success(request_type):
63386339
"failover_ratio": 0.1494,
63396340
},
63406341
"fingerprint": "fingerprint_value",
6342+
"ha_policy": {"fast_i_p_move": "fast_i_p_move_value"},
63416343
"health_checks": ["health_checks_value1", "health_checks_value2"],
63426344
"iap": {
63436345
"enabled": True,
@@ -7472,6 +7474,7 @@ def test_update_rest_call_success(request_type):
74727474
"failover_ratio": 0.1494,
74737475
},
74747476
"fingerprint": "fingerprint_value",
7477+
"ha_policy": {"fast_i_p_move": "fast_i_p_move_value"},
74757478
"health_checks": ["health_checks_value1", "health_checks_value2"],
74767479
"iap": {
74777480
"enabled": True,

0 commit comments

Comments
 (0)