Skip to content

Commit 00baa06

Browse files
docs: [google-cloud-deploy] fix typo in comments (#13694)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 738406915 Source-Link: googleapis/googleapis@732dbc8 Source-Link: googleapis/googleapis-gen@35ba0b9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRlcGxveS8uT3dsQm90LnlhbWwiLCJoIjoiMzViYTBiOTYxOGY2N2JiOGM2Nzk2MmY5OGNhOGVkMzdjNjEwMWY4ZSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f907d2c commit 00baa06

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/google-cloud-deploy/google/cloud/deploy_v1/services/cloud_deploy/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4021,7 +4021,7 @@ async def sample_list_rollouts():
40214021
40224022
Returns:
40234023
google.cloud.deploy_v1.services.cloud_deploy.pagers.ListRolloutsAsyncPager:
4024-
ListRolloutsResponse is the response object reutrned by
4024+
ListRolloutsResponse is the response object returned by
40254025
ListRollouts.
40264026
40274027
Iterating over this object will yield results and

packages/google-cloud-deploy/google/cloud/deploy_v1/services/cloud_deploy/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4698,7 +4698,7 @@ def sample_list_rollouts():
46984698
46994699
Returns:
47004700
google.cloud.deploy_v1.services.cloud_deploy.pagers.ListRolloutsPager:
4701-
ListRolloutsResponse is the response object reutrned by
4701+
ListRolloutsResponse is the response object returned by
47024702
ListRollouts.
47034703
47044704
Iterating over this object will yield results and

packages/google-cloud-deploy/google/cloud/deploy_v1/services/cloud_deploy/transports/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8316,7 +8316,7 @@ def __call__(
83168316
83178317
Returns:
83188318
~.cloud_deploy.ListRolloutsResponse:
8319-
ListRolloutsResponse is the response object reutrned by
8319+
ListRolloutsResponse is the response object returned by
83208320
``ListRollouts``.
83218321
83228322
"""

packages/google-cloud-deploy/google/cloud/deploy_v1/types/cloud_deploy.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ class RouteDestinations(proto.Message):
820820
Service to the route destination clusters. The
821821
Service will always be deployed to the Target
822822
cluster even if the HTTPRoute is not. This
823-
option may be used to facilitiate successful DNS
823+
option may be used to facilitate successful DNS
824824
lookup in the route destination clusters. Can
825825
only be set to true if destinations are
826826
specified.
@@ -4595,7 +4595,7 @@ class FailureCause(proto.Enum):
45954595
successfully; check Cloud Build logs.
45964596
DEADLINE_EXCEEDED (3):
45974597
Deployment did not complete within the
4598-
alloted time.
4598+
allotted time.
45994599
RELEASE_FAILED (4):
46004600
Release is in a failed state.
46014601
RELEASE_ABANDONED (5):
@@ -5273,7 +5273,7 @@ class ListRolloutsRequest(proto.Message):
52735273

52745274

52755275
class ListRolloutsResponse(proto.Message):
5276-
r"""ListRolloutsResponse is the response object reutrned by
5276+
r"""ListRolloutsResponse is the response object returned by
52775277
``ListRollouts``.
52785278
52795279
Attributes:
@@ -5857,7 +5857,7 @@ class FailureCause(proto.Enum):
58575857
successfully; check Cloud Build logs.
58585858
DEADLINE_EXCEEDED (3):
58595859
The deploy job run did not complete within
5860-
the alloted time.
5860+
the allotted time.
58615861
MISSING_RESOURCES_FOR_CANARY (4):
58625862
There were missing resources in the runtime
58635863
environment required for a canary deployment.
@@ -5942,7 +5942,7 @@ class FailureCause(proto.Enum):
59425942
successfully; check Cloud Build logs.
59435943
DEADLINE_EXCEEDED (3):
59445944
The verify job run did not complete within
5945-
the alloted time.
5945+
the allotted time.
59465946
VERIFICATION_CONFIG_NOT_FOUND (4):
59475947
No Skaffold verify configuration was found.
59485948
CLOUD_BUILD_REQUEST_FAILED (5):
@@ -6014,7 +6014,7 @@ class FailureCause(proto.Enum):
60146014
successfully; check Cloud Build logs.
60156015
DEADLINE_EXCEEDED (3):
60166016
The predeploy job run did not complete within
6017-
the alloted time.
6017+
the allotted time.
60186018
CLOUD_BUILD_REQUEST_FAILED (4):
60196019
Cloud Build failed to fulfill Cloud Deploy's request. See
60206020
failure_message for additional details.
@@ -6076,7 +6076,7 @@ class FailureCause(proto.Enum):
60766076
successfully; check Cloud Build logs.
60776077
DEADLINE_EXCEEDED (3):
60786078
The postdeploy job run did not complete
6079-
within the alloted time.
6079+
within the allotted time.
60806080
CLOUD_BUILD_REQUEST_FAILED (4):
60816081
Cloud Build failed to fulfill Cloud Deploy's request. See
60826082
failure_message for additional details.

0 commit comments

Comments
 (0)