Skip to content

Commit 51732d3

Browse files
feat: [google-cloud-compute] Update Compute Engine v1 API to revision 20250807
- [ ] Regenerate this pull request now. Source-Link: googleapis/googleapis@525c95a Source-Link: https://github.com/googleapis/googleapis-gen/commit/5d35c9c52f2da02ee3c6f32d67ce47b81bf6342a Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjVkMzVjOWM1MmYyZGEwMmVlM2M2ZjMyZDY3Y2U0N2I4MWJmNjM0MmEifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 0db1073 commit 51732d3

File tree

8 files changed

+32
-29
lines changed

8 files changed

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

packages/google-cloud-compute/google/cloud/compute_v1/services/region_target_https_proxies/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,11 +1080,11 @@ def sample_get():
10801080
\*
10811081
[Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies)
10821082
A target HTTPS proxy is a component of Google Cloud
1083-
HTTPS load balancers. \* targetHttpProxies are used by
1083+
HTTPS load balancers. \* targetHttpsProxies are used by
10841084
global external Application Load Balancers, classic
10851085
Application Load Balancers, cross-region internal
10861086
Application Load Balancers, and Traffic Director. \*
1087-
regionTargetHttpProxies are used by regional internal
1087+
regionTargetHttpsProxies are used by regional internal
10881088
Application Load Balancers and regional external
10891089
Application Load Balancers. Forwarding rules reference a
10901090
target HTTPS proxy, and the target proxy then references

packages/google-cloud-compute/google/cloud/compute_v1/services/region_target_https_proxies/transports/rest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,11 +782,11 @@ def __call__(
782782
\*
783783
`Regional </compute/docs/reference/rest/v1/regionTargetHttpsProxies>`__
784784
A target HTTPS proxy is a component of Google Cloud
785-
HTTPS load balancers. \* targetHttpProxies are used by
785+
HTTPS load balancers. \* targetHttpsProxies are used by
786786
global external Application Load Balancers, classic
787787
Application Load Balancers, cross-region internal
788788
Application Load Balancers, and Traffic Director. \*
789-
regionTargetHttpProxies are used by regional internal
789+
regionTargetHttpsProxies are used by regional internal
790790
Application Load Balancers and regional external
791791
Application Load Balancers. Forwarding rules reference a
792792
target HTTPS proxy, and the target proxy then references

packages/google-cloud-compute/google/cloud/compute_v1/services/target_https_proxies/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,11 +1164,11 @@ def sample_get():
11641164
\*
11651165
[Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies)
11661166
A target HTTPS proxy is a component of Google Cloud
1167-
HTTPS load balancers. \* targetHttpProxies are used by
1167+
HTTPS load balancers. \* targetHttpsProxies are used by
11681168
global external Application Load Balancers, classic
11691169
Application Load Balancers, cross-region internal
11701170
Application Load Balancers, and Traffic Director. \*
1171-
regionTargetHttpProxies are used by regional internal
1171+
regionTargetHttpsProxies are used by regional internal
11721172
Application Load Balancers and regional external
11731173
Application Load Balancers. Forwarding rules reference a
11741174
target HTTPS proxy, and the target proxy then references

packages/google-cloud-compute/google/cloud/compute_v1/services/target_https_proxies/transports/rest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,11 +1152,11 @@ def __call__(
11521152
\*
11531153
`Regional </compute/docs/reference/rest/v1/regionTargetHttpsProxies>`__
11541154
A target HTTPS proxy is a component of Google Cloud
1155-
HTTPS load balancers. \* targetHttpProxies are used by
1155+
HTTPS load balancers. \* targetHttpsProxies are used by
11561156
global external Application Load Balancers, classic
11571157
Application Load Balancers, cross-region internal
11581158
Application Load Balancers, and Traffic Director. \*
1159-
regionTargetHttpProxies are used by regional internal
1159+
regionTargetHttpsProxies are used by regional internal
11601160
Application Load Balancers and regional external
11611161
Application Load Balancers. Forwarding rules reference a
11621162
target HTTPS proxy, and the target proxy then references

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

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15593,8 +15593,8 @@ class BackendService(proto.Message):
1559315593
MAGLEV: used as a drop in replacement for the ring hash load
1559415594
balancer. Maglev is not as stable as ring hash but has
1559515595
faster table lookup build times and host selection times.
15596-
For more information about Maglev, see
15597-
https://ai.google/research/pubs/pub44824 -
15596+
For more information about Maglev, see Maglev: A Fast and
15597+
Reliable Software Network Load Balancer. -
1559815598
WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load
1559915599
Balancing using weights computed from Backend reported
1560015600
Custom Metrics. If set, the Backend Service responses are
@@ -15767,7 +15767,7 @@ class BackendService(proto.Message):
1576715767
set, lists of backends and health checks must be both empty.
1576815768
service_lb_policy (str):
1576915769
URL to networkservices.ServiceLbPolicy resource. Can only be
15770-
set if load balancing scheme is EXTERNAL, EXTERNAL_MANAGED,
15770+
set if load balancing scheme is EXTERNAL_MANAGED,
1577115771
INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is
1577215772
global.
1577315773

@@ -15981,15 +15981,15 @@ class LocalityLbPolicy(proto.Enum):
1598115981
balancer. - MAGLEV: used as a drop in replacement for the ring hash
1598215982
load balancer. Maglev is not as stable as ring hash but has faster
1598315983
table lookup build times and host selection times. For more
15984-
information about Maglev, see
15985-
https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN:
15986-
Per-endpoint Weighted Round Robin Load Balancing using weights
15987-
computed from Backend reported Custom Metrics. If set, the Backend
15988-
Service responses are expected to contain non-standard HTTP response
15989-
header field Endpoint-Load-Metrics. The reported metrics to use for
15990-
computing the weights are specified via the customMetrics field.
15991-
This field is applicable to either: - A regional backend service
15992-
with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and
15984+
information about Maglev, see Maglev: A Fast and Reliable Software
15985+
Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted
15986+
Round Robin Load Balancing using weights computed from Backend
15987+
reported Custom Metrics. If set, the Backend Service responses are
15988+
expected to contain non-standard HTTP response header field
15989+
Endpoint-Load-Metrics. The reported metrics to use for computing the
15990+
weights are specified via the customMetrics field. This field is
15991+
applicable to either: - A regional backend service with the
15992+
service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and
1599315993
load_balancing_scheme set to INTERNAL_MANAGED. - A global backend
1599415994
service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED,
1599515995
INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
@@ -16019,8 +16019,8 @@ class LocalityLbPolicy(proto.Enum):
1601916019
Maglev is not as stable as ring hash but has
1602016020
faster table lookup build times and host
1602116021
selection times. For more information about
16022-
Maglev, see
16023-
https://ai.google/research/pubs/pub44824
16022+
Maglev, see Maglev: A Fast and Reliable Software
16023+
Network Load Balancer.
1602416024
ORIGINAL_DESTINATION (166297216):
1602516025
Backend host is selected based on the client
1602616026
connection metadata, i.e., connections are
@@ -17757,8 +17757,8 @@ class Name(proto.Enum):
1775717757
Maglev is not as stable as ring hash but has
1775817758
faster table lookup build times and host
1775917759
selection times. For more information about
17760-
Maglev, see
17761-
https://ai.google/research/pubs/pub44824
17760+
Maglev, see Maglev: A Fast and Reliable Software
17761+
Network Load Balancer.
1776217762
ORIGINAL_DESTINATION (166297216):
1776317763
Backend host is selected based on the client
1776417764
connection metadata, i.e., connections are
@@ -114140,10 +114140,10 @@ class TargetHttpsProxy(proto.Message):
114140114140
`Global </compute/docs/reference/rest/v1/targetHttpsProxies>`__ \*
114141114141
`Regional </compute/docs/reference/rest/v1/regionTargetHttpsProxies>`__
114142114142
A target HTTPS proxy is a component of Google Cloud HTTPS load
114143-
balancers. \* targetHttpProxies are used by global external
114143+
balancers. \* targetHttpsProxies are used by global external
114144114144
Application Load Balancers, classic Application Load Balancers,
114145114145
cross-region internal Application Load Balancers, and Traffic
114146-
Director. \* regionTargetHttpProxies are used by regional internal
114146+
Director. \* regionTargetHttpsProxies are used by regional internal
114147114147
Application Load Balancers and regional external Application Load
114148114148
Balancers. Forwarding rules reference a target HTTPS proxy, and the
114149114149
target proxy then references a URL map. For more information, read
@@ -117891,6 +117891,8 @@ class MaintenanceReasons(proto.Enum):
117891117891
Maintenance due to network errors.
117892117892
FAILURE_NVLINK (484426295):
117893117893
Maintenance due to NVLink failure.
117894+
FAILURE_REDUNDANT_HARDWARE_FAULT (31000530):
117895+
Maintenance due to redundant hardware fault.
117894117896
INFRASTRUCTURE_RELOCATION (359845636):
117895117897
Maintenance due to infrastructure relocation.
117896117898
MAINTENANCE_REASON_UNKNOWN (50570235):
@@ -117912,6 +117914,7 @@ class MaintenanceReasons(proto.Enum):
117912117914
FAILURE_MEMORY = 440132982
117913117915
FAILURE_NETWORK = 42811449
117914117916
FAILURE_NVLINK = 484426295
117917+
FAILURE_REDUNDANT_HARDWARE_FAULT = 31000530
117915117918
INFRASTRUCTURE_RELOCATION = 359845636
117916117919
MAINTENANCE_REASON_UNKNOWN = 50570235
117917117920
PLANNED_NETWORK_UPDATE = 135494677

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

0 commit comments

Comments
 (0)