@@ -7217,8 +7217,7 @@ class AutoscalingPolicyScalingSchedule(proto.Message):
7217
7217
The time zone to use when interpreting the schedule. The
7218
7218
value of this field must be a time zone name from the tz
7219
7219
database: http://en.wikipedia.org/wiki/Tz_database. This
7220
- field is assigned a default value of ���UTC��� if left
7221
- empty.
7220
+ field is assigned a default value of “UTC” if left empty.
7222
7221
7223
7222
This field is a member of `oneof`_ ``_time_zone``.
7224
7223
"""
@@ -15082,7 +15081,8 @@ class ForwardingRule(proto.Message):
15082
15081
different load balancing products as described in `Load
15083
15082
balancing
15084
15083
features <https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends>`__.
15085
- Check the IPProtocol enum for the list of possible values.
15084
+ Check the IPProtocolEnum enum for the list of possible
15085
+ values.
15086
15086
15087
15087
This field is a member of `oneof`_ ``_I_p_protocol``.
15088
15088
all_ports (bool):
@@ -15340,14 +15340,14 @@ class ForwardingRule(proto.Message):
15340
15340
This field is a member of `oneof`_ ``_target``.
15341
15341
"""
15342
15342
15343
- class IPProtocol (proto.Enum):
15343
+ class IPProtocolEnum (proto.Enum):
15344
15344
r"""The IP protocol to which this rule applies. For protocol forwarding,
15345
15345
valid options are TCP, UDP, ESP, AH, SCTP, ICMP and L3_DEFAULT. The
15346
15346
valid IP protocols are different for different load balancing
15347
15347
products as described in `Load balancing
15348
15348
features <https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends>`__.
15349
15349
"""
15350
- UNDEFINED_I_P_PROTOCOL = 0
15350
+ UNDEFINED_I_P_PROTOCOL_ENUM = 0
15351
15351
AH = 2087
15352
15352
ESP = 68962
15353
15353
ICMP = 2241597
@@ -23840,8 +23840,8 @@ class InstanceGroupManagersApplyUpdatesRequest(proto.Message):
23840
23840
Attributes:
23841
23841
all_instances (bool):
23842
23842
Flag to update all instances instead of
23843
- specified list of ��� instances��� . If the flag
23844
- is set to true then the instances may not be
23843
+ specified list of “ instances” . If the flag is
23844
+ set to true then the instances may not be
23845
23845
specified in the request.
23846
23846
23847
23847
This field is a member of `oneof`_ ``_all_instances``.
@@ -41602,8 +41602,8 @@ class RegionInstanceGroupManagersApplyUpdatesRequest(proto.Message):
41602
41602
Attributes:
41603
41603
all_instances (bool):
41604
41604
Flag to update all instances instead of
41605
- specified list of ��� instances��� . If the flag
41606
- is set to true then the instances may not be
41605
+ specified list of “ instances” . If the flag is
41606
+ set to true then the instances may not be
41607
41607
specified in the request.
41608
41608
41609
41609
This field is a member of `oneof`_ ``_all_instances``.
0 commit comments