Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4021,7 +4021,7 @@ async def sample_list_rollouts():

Returns:
google.cloud.deploy_v1.services.cloud_deploy.pagers.ListRolloutsAsyncPager:
ListRolloutsResponse is the response object reutrned by
ListRolloutsResponse is the response object returned by
ListRollouts.

Iterating over this object will yield results and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4698,7 +4698,7 @@ def sample_list_rollouts():

Returns:
google.cloud.deploy_v1.services.cloud_deploy.pagers.ListRolloutsPager:
ListRolloutsResponse is the response object reutrned by
ListRolloutsResponse is the response object returned by
ListRollouts.

Iterating over this object will yield results and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8316,7 +8316,7 @@ def __call__(

Returns:
~.cloud_deploy.ListRolloutsResponse:
ListRolloutsResponse is the response object reutrned by
ListRolloutsResponse is the response object returned by
``ListRollouts``.

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ class RouteDestinations(proto.Message):
Service to the route destination clusters. The
Service will always be deployed to the Target
cluster even if the HTTPRoute is not. This
option may be used to facilitiate successful DNS
option may be used to facilitate successful DNS
lookup in the route destination clusters. Can
only be set to true if destinations are
specified.
Expand Down Expand Up @@ -4595,7 +4595,7 @@ class FailureCause(proto.Enum):
successfully; check Cloud Build logs.
DEADLINE_EXCEEDED (3):
Deployment did not complete within the
alloted time.
allotted time.
RELEASE_FAILED (4):
Release is in a failed state.
RELEASE_ABANDONED (5):
Expand Down Expand Up @@ -5273,7 +5273,7 @@ class ListRolloutsRequest(proto.Message):


class ListRolloutsResponse(proto.Message):
r"""ListRolloutsResponse is the response object reutrned by
r"""ListRolloutsResponse is the response object returned by
``ListRollouts``.

Attributes:
Expand Down Expand Up @@ -5857,7 +5857,7 @@ class FailureCause(proto.Enum):
successfully; check Cloud Build logs.
DEADLINE_EXCEEDED (3):
The deploy job run did not complete within
the alloted time.
the allotted time.
MISSING_RESOURCES_FOR_CANARY (4):
There were missing resources in the runtime
environment required for a canary deployment.
Expand Down Expand Up @@ -5942,7 +5942,7 @@ class FailureCause(proto.Enum):
successfully; check Cloud Build logs.
DEADLINE_EXCEEDED (3):
The verify job run did not complete within
the alloted time.
the allotted time.
VERIFICATION_CONFIG_NOT_FOUND (4):
No Skaffold verify configuration was found.
CLOUD_BUILD_REQUEST_FAILED (5):
Expand Down Expand Up @@ -6014,7 +6014,7 @@ class FailureCause(proto.Enum):
successfully; check Cloud Build logs.
DEADLINE_EXCEEDED (3):
The predeploy job run did not complete within
the alloted time.
the allotted time.
CLOUD_BUILD_REQUEST_FAILED (4):
Cloud Build failed to fulfill Cloud Deploy's request. See
failure_message for additional details.
Expand Down Expand Up @@ -6076,7 +6076,7 @@ class FailureCause(proto.Enum):
successfully; check Cloud Build logs.
DEADLINE_EXCEEDED (3):
The postdeploy job run did not complete
within the alloted time.
within the allotted time.
CLOUD_BUILD_REQUEST_FAILED (4):
Cloud Build failed to fulfill Cloud Deploy's request. See
failure_message for additional details.
Expand Down