Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

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 7 commits into from Nov 18, 2020

Conversation

yoshi-automation
Copy link
Contributor

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

  • To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 341842584
Source-Link: googleapis/googleapis@4b0ad15
PiperOrigin-RevId: 317658441
Source-Link: googleapis/googleapis@02c23d6

        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
@yoshi-automation yoshi-automation requested a review from a team as a code owner November 18, 2020 17:14
@product-auto-label product-auto-label bot added the api: osconfig Issues related to the googleapis/python-os-config API. label Nov 18, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 18, 2020
@busunkim96 busunkim96 changed the title [CHANGE ME] Re-generated to pick up changes from googleapis. feat: add patch rollout to patch deployments; 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):
Copy link
Contributor

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)
Copy link
Contributor

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):
Copy link
Contributor

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 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 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 busunkim96 merged commit 4d8605e into master Nov 18, 2020
@release-please release-please bot mentioned this pull request Nov 18, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants