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

feat!: add common resource paths; expose client transport; rename type attributes to type_ to avoid name collisions #64

Merged
merged 4 commits into from Nov 17, 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/b8e5112c-3774-4b12-81b9-e691b2c52110/targets

  • To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@d91dd8a

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
Co-authored-by: Benjamin E. Coe <bencoe@google.com>

Source-Author: Takashi Matsuo <tmatsuo@google.com>
Source-Date: Tue Sep 1 17:14:08 2020 +0000
Source-Repo: googleapis/synthtool
Source-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361e
Source-Link: googleapis/synthtool@d91dd8a
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 3, 2020
@product-auto-label product-auto-label bot added the api: datacatalog Issues related to the googleapis/python-datacatalog API. label Sep 4, 2020
@busunkim96 busunkim96 changed the title [CHANGE ME] Re-generated to pick up changes from synthtool. feat!: add common resource paths; rename type attributes to type_ to avoid name collisions Nov 17, 2020
@@ -537,7 +537,7 @@ class Entry(proto.Message):
Output only when Entry is of type in the EntryType enum. For
entries with user_specified_type, this field is optional and
defaults to an empty string.
type (~.datacatalog.EntryType):
type_ (~.datacatalog.EntryType):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Entry.type -> Entry.type_

@@ -42,7 +42,7 @@ class ColumnSchema(proto.Message):
Attributes:
column (str):
Required. Name of the column.
type (str):
type_ (str):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ColumnSchema.type -> ColumnSchema.type_

@@ -202,7 +202,7 @@ class TagTemplateField(proto.Message):
display_name (str):
The display name for this field. Defaults to
an empty string.
type (~.tags.FieldType):
type_ (~.tags.FieldType):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TagTemplateField.type -> TagTemplatedField.type_

@busunkim96 busunkim96 changed the title feat!: add common resource paths; rename type attributes to type_ to avoid name collisions feat!: add common resource paths; expose client transport, rename type attributes to type_ to avoid name collisions Nov 17, 2020
@busunkim96 busunkim96 changed the title feat!: add common resource paths; expose client transport, rename type attributes to type_ to avoid name collisions feat!: add common resource paths; expose client transport; rename type attributes to type_ to avoid name collisions Nov 17, 2020
@busunkim96 busunkim96 merged commit f8f797a into master Nov 17, 2020
@busunkim96 busunkim96 deleted the autosynth-synthtool branch November 17, 2020 02:16
@release-please release-please bot mentioned this pull request Nov 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: datacatalog Issues related to the googleapis/python-datacatalog 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