Skip to content

Commit 831dd1d

Browse files
feat: [google-cloud-deploy] Add resource definition for Revision (#13727)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE feat: Add resource definition for Revision docs: Typos fixes and small improvements END_COMMIT_OVERRIDE docs: Typos fixes and small improvements PiperOrigin-RevId: 742835092 Source-Link: googleapis/googleapis@453b0cc Source-Link: googleapis/googleapis-gen@b53fe84 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRlcGxveS8uT3dsQm90LnlhbWwiLCJoIjoiYjUzZmU4NDEzMmQyMTRhZjY3OGZjM2ZhNmEzYTE1YmFmODg0NTcyOCJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4a08645 commit 831dd1d

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

packages/google-cloud-deploy/google/cloud/deploy/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.6.3" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-deploy/google/cloud/deploy_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.6.3" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3563,9 +3563,9 @@ class FailureCause(proto.Enum):
35633563
Skaffold configuration.
35643564
CUSTOM_ACTION_NOT_FOUND (5):
35653565
The render operation did not complete successfully because
3566-
the custom action required for predeploy or postdeploy was
3567-
not found in the Skaffold configuration. See failure_message
3568-
for additional details.
3566+
the custom action(s) required for Rollout jobs were not
3567+
found in the Skaffold configuration. See failure_message for
3568+
additional details.
35693569
DEPLOYMENT_STRATEGY_NOT_SUPPORTED (6):
35703570
Release failed during rendering because the
35713571
release configuration is not supported with the
@@ -4130,10 +4130,12 @@ class TargetArtifact(proto.Message):
41304130
This field is a member of `oneof`_ ``uri``.
41314131
skaffold_config_path (str):
41324132
Output only. File path of the resolved
4133-
Skaffold configuration relative to the URI.
4133+
Skaffold configuration for the stable phase,
4134+
relative to the URI.
41344135
manifest_path (str):
41354136
Output only. File path of the rendered
4136-
manifest relative to the URI.
4137+
manifest relative to the URI for the stable
4138+
phase.
41374139
phase_artifacts (MutableMapping[str, google.cloud.deploy_v1.types.TargetArtifact.PhaseArtifact]):
41384140
Output only. Map from the phase ID to the phase artifacts
41394141
for the ``Target``.

packages/google-cloud-deploy/samples/generated_samples/snippet_metadata_google.cloud.deploy.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-deploy",
11-
"version": "2.6.3"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)