Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [Deploy] added support for new custom target type and deploy policy platform logs #7534

Merged
merged 2 commits into from
Jul 17, 2024
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
Binary file modified Deploy/metadata/V1/CloudDeploy.php
Binary file not shown.
33 changes: 33 additions & 0 deletions Deploy/metadata/V1/CustomtargettypeNotificationPayload.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
33 changes: 33 additions & 0 deletions Deploy/metadata/V1/DeploypolicyNotificationPayload.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Deploy/samples/V1/CloudDeployClient/create_automation.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
/**
* Creates a new Automation in a given project and location.
*
* @param string $formattedParent The parent collection in which the `Automation` should be
* created. Format should be
* @param string $formattedParent The parent collection in which the `Automation` must be created.
* The format is
* `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`. Please see
* {@see CloudDeployClient::deliveryPipelineName()} for help formatting this field.
* @param string $automationId ID of the `Automation`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
/**
* Creates a new CustomTargetType in a given project and location.
*
* @param string $formattedParent The parent collection in which the `CustomTargetType` should be
* created. Format should be
* `projects/{project_id}/locations/{location_name}`. Please see
* @param string $formattedParent The parent collection in which the `CustomTargetType` must be
* created. The format is `projects/{project_id}/locations/{location_name}`. Please see
* {@see CloudDeployClient::locationName()} for help formatting this field.
* @param string $customTargetTypeId ID of the `CustomTargetType`.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
/**
* Creates a new DeliveryPipeline in a given project and location.
*
* @param string $formattedParent The parent collection in which the `DeliveryPipeline` should be
* created. Format should be
* `projects/{project_id}/locations/{location_name}`. Please see
* @param string $formattedParent The parent collection in which the `DeliveryPipeline` must be
* created. The format is `projects/{project_id}/locations/{location_name}`. Please see
* {@see CloudDeployClient::locationName()} for help formatting this field.
* @param string $deliveryPipelineId ID of the `DeliveryPipeline`.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@
/**
* Creates a new DeployPolicy in a given project and location.
*
* @param string $formattedParent The parent collection in which the `DeployPolicy` should be
* created. Format should be
* `projects/{project_id}/locations/{location_name}`. Please see
* @param string $formattedParent The parent collection in which the `DeployPolicy` must be
* created. The format is `projects/{project_id}/locations/{location_name}`. Please see
* {@see CloudDeployClient::locationName()} for help formatting this field.
* @param string $deployPolicyId ID of the `DeployPolicy`.
*/
Expand Down
4 changes: 2 additions & 2 deletions Deploy/samples/V1/CloudDeployClient/create_release.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
/**
* Creates a new Release in a given project and location.
*
* @param string $formattedParent The parent collection in which the `Release` should be created.
* Format should be
* @param string $formattedParent The parent collection in which the `Release` is created.
* The format is
* `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`. Please see
* {@see CloudDeployClient::deliveryPipelineName()} for help formatting this field.
* @param string $releaseId ID of the `Release`.
Expand Down
4 changes: 2 additions & 2 deletions Deploy/samples/V1/CloudDeployClient/create_rollout.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
/**
* Creates a new Rollout in a given project and location.
*
* @param string $formattedParent The parent collection in which the `Rollout` should be created.
* Format should be
* @param string $formattedParent The parent collection in which the `Rollout` must be created.
* The format is
* `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}`. Please see
* {@see CloudDeployClient::releaseName()} for help formatting this field.
* @param string $rolloutId ID of the `Rollout`.
Expand Down
4 changes: 2 additions & 2 deletions Deploy/samples/V1/CloudDeployClient/create_target.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
/**
* Creates a new Target in a given project and location.
*
* @param string $formattedParent The parent collection in which the `Target` should be created.
* Format should be
* @param string $formattedParent The parent collection in which the `Target` must be created.
* The format is
* `projects/{project_id}/locations/{location_name}`. Please see
* {@see CloudDeployClient::locationName()} for help formatting this field.
* @param string $targetId ID of the `Target`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Deletes a single Automation resource.
*
* @param string $formattedName The name of the `Automation` to delete. Format should be
* @param string $formattedName The name of the `Automation` to delete. The format is
* `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/automations/{automation_name}`. Please see
* {@see CloudDeployClient::automationName()} for help formatting this field.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Deletes a single DeliveryPipeline.
*
* @param string $formattedName The name of the `DeliveryPipeline` to delete. Format should be
* @param string $formattedName The name of the `DeliveryPipeline` to delete. The format is
* `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`. Please see
* {@see CloudDeployClient::deliveryPipelineName()} for help formatting this field.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Deletes a single DeployPolicy.
*
* @param string $formattedName The name of the `DeployPolicy` to delete. Format should be
* @param string $formattedName The name of the `DeployPolicy` to delete. The format is
* `projects/{project_id}/locations/{location_name}/deployPolicies/{deploy_policy_name}`. Please see
* {@see CloudDeployClient::deployPolicyName()} for help formatting this field.
*/
Expand Down
2 changes: 1 addition & 1 deletion Deploy/samples/V1/CloudDeployClient/delete_target.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Deletes a single Target.
*
* @param string $formattedName The name of the `Target` to delete. Format should be
* @param string $formattedName The name of the `Target` to delete. The format is
* `projects/{project_id}/locations/{location_name}/targets/{target_name}`. Please see
* {@see CloudDeployClient::targetName()} for help formatting this field.
*/
Expand Down
4 changes: 2 additions & 2 deletions Deploy/samples/V1/CloudDeployClient/rollback_target.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
/**
* Creates a `Rollout` to roll back the specified target.
*
* @param string $formattedName The `DeliveryPipeline` for which the rollback `Rollout` should be
* created. Format should be
* @param string $formattedName The `DeliveryPipeline` for which the rollback `Rollout` must be
* created. The format is
* `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`. Please see
* {@see CloudDeployClient::deliveryPipelineName()} for help formatting this field.
* @param string $targetId ID of the `Target` that is being rolled back.
Expand Down
7 changes: 7 additions & 0 deletions Deploy/src/V1/AutomationRun/State.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Deploy/src/V1/CreateAutomationRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 10 additions & 15 deletions Deploy/src/V1/CreateCustomTargetTypeRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading