Skip to content

Commit d26c55b

Browse files
docs: [google-cloud-deploy] documentation improvements. skaffold_version field is no longer explicitly marked as optional (googleapis#13300)
BEGIN_COMMIT_OVERRIDE docs: documentation improvements docs: `skaffold_version` field is no longer explicitly marked as optional END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. PiperOrigin-RevId: 700082600 Source-Link: googleapis/googleapis@7406997 Source-Link: https://github.com/googleapis/googleapis-gen/commit/9a6b5037a9f60e72bbbbdc663147616e03cde9c3 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRlcGxveS8uT3dsQm90LnlhbWwiLCJoIjoiOWE2YjUwMzdhOWY2MGU3MmJiYmJkYzY2MzE0NzYxNmUwM2NkZTljMyJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f8900f4 commit d26c55b

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
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.4.1" # {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.4.1" # {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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3442,10 +3442,10 @@ class Release(proto.Message):
34423442
update and delete requests to ensure the client
34433443
has an up-to-date value before proceeding.
34443444
skaffold_version (str):
3445-
Optional. The Skaffold version to use when
3446-
operating on this release, such as "1.20.0". Not
3447-
all versions are valid; Cloud Deploy supports a
3448-
specific set of versions.
3445+
The Skaffold version to use when operating on
3446+
this release, such as "1.20.0". Not all versions
3447+
are valid; Cloud Deploy supports a specific set
3448+
of versions.
34493449
34503450
If unset, the most recent supported Skaffold
34513451
version will be used.
@@ -5405,11 +5405,9 @@ class OperationMetadata(proto.Message):
54055405
requested_cancellation (bool):
54065406
Output only. Identifies whether the user has requested
54075407
cancellation of the operation. Operations that have
5408-
successfully been cancelled have
5409-
[google.longrunning.Operation.error][google.longrunning.Operation.error]
5410-
value with a
5411-
[google.rpc.Status.code][google.rpc.Status.code] of 1,
5412-
corresponding to ``Code.CANCELLED``.
5408+
successfully been cancelled have [Operation.error][] value
5409+
with a [google.rpc.Status.code][google.rpc.Status.code] of
5410+
1, corresponding to ``Code.CANCELLED``.
54135411
api_version (str):
54145412
Output only. API version used to start the
54155413
operation.

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.4.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)