Skip to content

Commit

Permalink
docs: Fix formatting of request arg in docstring (#161)
Browse files Browse the repository at this point in the history
* chore: Update gapic-generator-python to v1.9.0

PiperOrigin-RevId: 517425588

Source-Link: googleapis/googleapis@33c93eb

Source-Link: googleapis/googleapis-gen@d5f5978
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDVmNTk3ODlkMTlmYzQzMjcwZmYyMTI0OTY3ZDRlYzg5OTJiOGU4ZiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: added supported for Cloud Deploy Progressive Deployment Strategy
deprecate: TYPE_RENDER_STATUES_CHANGE, use RELEASE_RENDER log type instead

PiperOrigin-RevId: 518248525

Source-Link: googleapis/googleapis@fb3b26c

Source-Link: googleapis/googleapis-gen@760597f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzYwNTk3ZjkyNzIwZDgyYzk0YzZjOTM3ZTM0MmRhODU4MDYxMzExMSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: Fix formatting of request arg in docstring

chore: Update gapic-generator-python to v1.9.1
PiperOrigin-RevId: 518604533

Source-Link: googleapis/googleapis@8a085ae

Source-Link: googleapis/googleapis-gen@b2ab4b0
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 24, 2023
1 parent 3da0a16 commit 6821c5e
Show file tree
Hide file tree
Showing 24 changed files with 9,636 additions and 3,364 deletions.
48 changes: 48 additions & 0 deletions packages/google-cloud-deploy/google/cloud/deploy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,31 @@
from google.cloud.deploy_v1.types.cloud_deploy import (
AbandonReleaseRequest,
AbandonReleaseResponse,
AdvanceChildRolloutJob,
AdvanceChildRolloutJobRun,
AdvanceRolloutRequest,
AdvanceRolloutResponse,
AnthosCluster,
ApproveRolloutRequest,
ApproveRolloutResponse,
BuildArtifact,
Canary,
CanaryDeployment,
CancelRolloutRequest,
CancelRolloutResponse,
ChildRolloutJobs,
CloudRunConfig,
CloudRunLocation,
CloudRunMetadata,
CloudRunRenderMetadata,
Config,
CreateChildRolloutJob,
CreateChildRolloutJobRun,
CreateDeliveryPipelineRequest,
CreateReleaseRequest,
CreateRolloutRequest,
CreateTargetRequest,
CustomCanaryDeployment,
DefaultPool,
DeleteDeliveryPipelineRequest,
DeleteTargetRequest,
Expand All @@ -52,8 +66,11 @@
GetRolloutRequest,
GetTargetRequest,
GkeCluster,
IgnoreJobRequest,
IgnoreJobResponse,
Job,
JobRun,
KubernetesConfig,
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
ListJobRunsRequest,
Expand All @@ -65,23 +82,30 @@
ListTargetsRequest,
ListTargetsResponse,
Metadata,
MultiTarget,
OperationMetadata,
Phase,
PipelineCondition,
PipelineReadyCondition,
PrivatePool,
Release,
RenderMetadata,
RetryJobRequest,
RetryJobResponse,
Rollout,
RuntimeConfig,
SerialPipeline,
SkaffoldSupportState,
SkaffoldVersion,
Stage,
Standard,
Strategy,
Target,
TargetArtifact,
TargetsPresentCondition,
TargetsTypeCondition,
TerminateJobRunRequest,
TerminateJobRunResponse,
UpdateDeliveryPipelineRequest,
UpdateTargetRequest,
VerifyJob,
Expand Down Expand Up @@ -110,17 +134,31 @@
"CloudDeployAsyncClient",
"AbandonReleaseRequest",
"AbandonReleaseResponse",
"AdvanceChildRolloutJob",
"AdvanceChildRolloutJobRun",
"AdvanceRolloutRequest",
"AdvanceRolloutResponse",
"AnthosCluster",
"ApproveRolloutRequest",
"ApproveRolloutResponse",
"BuildArtifact",
"Canary",
"CanaryDeployment",
"CancelRolloutRequest",
"CancelRolloutResponse",
"ChildRolloutJobs",
"CloudRunConfig",
"CloudRunLocation",
"CloudRunMetadata",
"CloudRunRenderMetadata",
"Config",
"CreateChildRolloutJob",
"CreateChildRolloutJobRun",
"CreateDeliveryPipelineRequest",
"CreateReleaseRequest",
"CreateRolloutRequest",
"CreateTargetRequest",
"CustomCanaryDeployment",
"DefaultPool",
"DeleteDeliveryPipelineRequest",
"DeleteTargetRequest",
Expand All @@ -137,8 +175,11 @@
"GetRolloutRequest",
"GetTargetRequest",
"GkeCluster",
"IgnoreJobRequest",
"IgnoreJobResponse",
"Job",
"JobRun",
"KubernetesConfig",
"ListDeliveryPipelinesRequest",
"ListDeliveryPipelinesResponse",
"ListJobRunsRequest",
Expand All @@ -150,15 +191,18 @@
"ListTargetsRequest",
"ListTargetsResponse",
"Metadata",
"MultiTarget",
"OperationMetadata",
"Phase",
"PipelineCondition",
"PipelineReadyCondition",
"PrivatePool",
"Release",
"RenderMetadata",
"RetryJobRequest",
"RetryJobResponse",
"Rollout",
"RuntimeConfig",
"SerialPipeline",
"SkaffoldVersion",
"Stage",
Expand All @@ -167,10 +211,14 @@
"Target",
"TargetArtifact",
"TargetsPresentCondition",
"TargetsTypeCondition",
"TerminateJobRunRequest",
"TerminateJobRunResponse",
"UpdateDeliveryPipelineRequest",
"UpdateTargetRequest",
"VerifyJob",
"VerifyJobRun",
"SkaffoldSupportState",
"DeliveryPipelineNotificationEvent",
"JobRunNotificationEvent",
"Type",
Expand Down
48 changes: 48 additions & 0 deletions packages/google-cloud-deploy/google/cloud/deploy_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,31 @@
from .types.cloud_deploy import (
AbandonReleaseRequest,
AbandonReleaseResponse,
AdvanceChildRolloutJob,
AdvanceChildRolloutJobRun,
AdvanceRolloutRequest,
AdvanceRolloutResponse,
AnthosCluster,
ApproveRolloutRequest,
ApproveRolloutResponse,
BuildArtifact,
Canary,
CanaryDeployment,
CancelRolloutRequest,
CancelRolloutResponse,
ChildRolloutJobs,
CloudRunConfig,
CloudRunLocation,
CloudRunMetadata,
CloudRunRenderMetadata,
Config,
CreateChildRolloutJob,
CreateChildRolloutJobRun,
CreateDeliveryPipelineRequest,
CreateReleaseRequest,
CreateRolloutRequest,
CreateTargetRequest,
CustomCanaryDeployment,
DefaultPool,
DeleteDeliveryPipelineRequest,
DeleteTargetRequest,
Expand All @@ -49,8 +63,11 @@
GetRolloutRequest,
GetTargetRequest,
GkeCluster,
IgnoreJobRequest,
IgnoreJobResponse,
Job,
JobRun,
KubernetesConfig,
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
ListJobRunsRequest,
Expand All @@ -62,23 +79,30 @@
ListTargetsRequest,
ListTargetsResponse,
Metadata,
MultiTarget,
OperationMetadata,
Phase,
PipelineCondition,
PipelineReadyCondition,
PrivatePool,
Release,
RenderMetadata,
RetryJobRequest,
RetryJobResponse,
Rollout,
RuntimeConfig,
SerialPipeline,
SkaffoldSupportState,
SkaffoldVersion,
Stage,
Standard,
Strategy,
Target,
TargetArtifact,
TargetsPresentCondition,
TargetsTypeCondition,
TerminateJobRunRequest,
TerminateJobRunResponse,
UpdateDeliveryPipelineRequest,
UpdateTargetRequest,
VerifyJob,
Expand All @@ -98,18 +122,32 @@
"CloudDeployAsyncClient",
"AbandonReleaseRequest",
"AbandonReleaseResponse",
"AdvanceChildRolloutJob",
"AdvanceChildRolloutJobRun",
"AdvanceRolloutRequest",
"AdvanceRolloutResponse",
"AnthosCluster",
"ApproveRolloutRequest",
"ApproveRolloutResponse",
"BuildArtifact",
"Canary",
"CanaryDeployment",
"CancelRolloutRequest",
"CancelRolloutResponse",
"ChildRolloutJobs",
"CloudDeployClient",
"CloudRunConfig",
"CloudRunLocation",
"CloudRunMetadata",
"CloudRunRenderMetadata",
"Config",
"CreateChildRolloutJob",
"CreateChildRolloutJobRun",
"CreateDeliveryPipelineRequest",
"CreateReleaseRequest",
"CreateRolloutRequest",
"CreateTargetRequest",
"CustomCanaryDeployment",
"DefaultPool",
"DeleteDeliveryPipelineRequest",
"DeleteTargetRequest",
Expand All @@ -127,9 +165,12 @@
"GetRolloutRequest",
"GetTargetRequest",
"GkeCluster",
"IgnoreJobRequest",
"IgnoreJobResponse",
"Job",
"JobRun",
"JobRunNotificationEvent",
"KubernetesConfig",
"ListDeliveryPipelinesRequest",
"ListDeliveryPipelinesResponse",
"ListJobRunsRequest",
Expand All @@ -141,6 +182,7 @@
"ListTargetsRequest",
"ListTargetsResponse",
"Metadata",
"MultiTarget",
"OperationMetadata",
"Phase",
"PipelineCondition",
Expand All @@ -149,11 +191,14 @@
"Release",
"ReleaseNotificationEvent",
"ReleaseRenderEvent",
"RenderMetadata",
"RetryJobRequest",
"RetryJobResponse",
"Rollout",
"RolloutNotificationEvent",
"RuntimeConfig",
"SerialPipeline",
"SkaffoldSupportState",
"SkaffoldVersion",
"Stage",
"Standard",
Expand All @@ -162,6 +207,9 @@
"TargetArtifact",
"TargetNotificationEvent",
"TargetsPresentCondition",
"TargetsTypeCondition",
"TerminateJobRunRequest",
"TerminateJobRunResponse",
"Type",
"UpdateDeliveryPipelineRequest",
"UpdateTargetRequest",
Expand Down
Loading

0 comments on commit 6821c5e

Please sign in to comment.