This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
feat!: add patch rollout to patch deployments; rename attributes that conflict with builtins; add common resource path helpers; make client transport public #24
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
PiperOrigin-RevId: 317658441 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Jun 22 08:26:49 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 02c23d62c7a133608fcf6ea33aea90ed0e0d098a Source-Link: googleapis/googleapis@02c23d6
…ntory proto definitions for VM Manager Inventory. PiperOrigin-RevId: 341842584 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Nov 11 09:10:56 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 4b0ad15b0ff483486ae90d73092e7be00f8c1848 Source-Link: googleapis/googleapis@4b0ad15
product-auto-label
bot
added
the
api: osconfig
Issues related to the googleapis/python-os-config API.
label
Nov 18, 2020
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Nov 18, 2020
busunkim96
changed the title
[CHANGE ME] Re-generated to pick up changes from googleapis.
feat: add patch rollout to patch deployments;
Nov 18, 2020
busunkim96
reviewed
Nov 18, 2020
@@ -462,7 +524,7 @@ class AptSettings(proto.Message): | |||
to control how this is executed. | |||
|
|||
Attributes: | |||
type (~.gco_patch_jobs.AptSettings.Type): | |||
type_ (~.gco_patch_jobs.AptSettings.Type): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instance.type
-> Instance.type_
@@ -661,7 +741,9 @@ class GcsObject(proto.Message): | |||
""" | |||
|
|||
bucket = proto.Field(proto.STRING, number=1) | |||
object = proto.Field(proto.STRING, number=2) | |||
|
|||
object_ = proto.Field(proto.STRING, number=2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GcsObject.object
-> GcsObject.object_
@@ -672,7 +754,7 @@ class PatchInstanceFilter(proto.Message): | |||
labels and in those zones. | |||
|
|||
Attributes: | |||
all (bool): | |||
all_ (bool): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PatchInstanceFilter.all
-> PatchInstanceFilter.all_
busunkim96
changed the title
feat: add patch rollout to patch deployments;
feat!: add patch rollout to patch deployments; rename attributes that conflict with builtins; add common resource path helpers
Nov 18, 2020
busunkim96
changed the title
feat!: add patch rollout to patch deployments; rename attributes that conflict with builtins; add common resource path helpers
feat!: add patch rollout to patch deployments; rename attributes that conflict with builtins; add common resource path helpers; make client transport public
Nov 18, 2020
busunkim96
approved these changes
Nov 18, 2020
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
api: osconfig
Issues related to the googleapis/python-os-config API.
cla: yes
This human has signed the Contributor License Agreement.
context: partial
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was generated using Autosynth. 🌈
Synth log will be available here:
https://source.cloud.google.com/results/invocations/aa282289-554d-4e05-8df4-63827a1f0795/targets
PiperOrigin-RevId: 341842584
Source-Link: googleapis/googleapis@4b0ad15
PiperOrigin-RevId: 317658441
Source-Link: googleapis/googleapis@02c23d6