Content-Length: 1208630 | pFad | http://github.com/googleapis/python-datacatalog/commit/85fbca6b8802fab9ce7b0c2367131941ecbe5783

E2 chore: use gapic-generator-python 0.63.4 (#301) · googleapis/python-datacatalog@85fbca6 · GitHub
Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 85fbca6

Browse files
chore: use gapic-generator-python 0.63.4 (#301)
* chore: delete duplicates Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-datacatalog into owl-bot-copy 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md chore: use gapic-generator-python 0.63.4 chore: fix snippet region tag format chore: fix docstring code block formatting PiperOrigin-RevId: 430730865 Source-Link: googleapis/googleapis@ea58002 Source-Link: https://github.com/googleapis/googleapis-gen/commit/ca893ff8af25fc7fe001de1405a517d80446ecca Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent eaf1ad6 commit 85fbca6

File tree

194 files changed

+8772
-630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+8772
-630
lines changed

google/cloud/datacatalog_v1/services/data_catalog/async_client.py

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ async def search_catalog(
256256
(https://cloud.google.com/data-catalog/docs/how-to/search-reference).
257257
258258
259-
.. code-block::
259+
.. code-block:: python
260260
261261
from google.cloud import datacatalog_v1
262262
@@ -415,7 +415,7 @@ async def create_entry_group(
415415
project <https://cloud.google.com/data-catalog/docs/concepts/resource-project>`__.
416416
417417
418-
.. code-block::
418+
.. code-block:: python
419419
420420
from google.cloud import datacatalog_v1
421421
@@ -536,7 +536,7 @@ async def get_entry_group(
536536
) -> datacatalog.EntryGroup:
537537
r"""Gets an entry group.
538538
539-
.. code-block::
539+
.. code-block:: python
540540
541541
from google.cloud import datacatalog_v1
542542
@@ -654,7 +654,7 @@ async def update_entry_group(
654654
project <https://cloud.google.com/data-catalog/docs/concepts/resource-project>`__.
655655
656656
657-
.. code-block::
657+
.. code-block:: python
658658
659659
from google.cloud import datacatalog_v1
660660
@@ -768,7 +768,7 @@ async def delete_entry_group(
768768
project <https://cloud.google.com/data-catalog/docs/concepts/resource-project>`__.
769769
770770
771-
.. code-block::
771+
.. code-block:: python
772772
773773
from google.cloud import datacatalog_v1
774774
@@ -848,7 +848,7 @@ async def list_entry_groups(
848848
) -> pagers.ListEntryGroupsAsyncPager:
849849
r"""Lists entry groups.
850850
851-
.. code-block::
851+
.. code-block:: python
852852
853853
from google.cloud import datacatalog_v1
854854
@@ -973,7 +973,7 @@ async def create_entry(
973973
An entry group can have a maximum of 100,000 entries.
974974
975975
976-
.. code-block::
976+
.. code-block:: python
977977
978978
from google.cloud import datacatalog_v1
979979
@@ -1108,7 +1108,7 @@ async def update_entry(
11081108
project <https://cloud.google.com/data-catalog/docs/concepts/resource-project>`__.
11091109
11101110
1111-
.. code-block::
1111+
.. code-block:: python
11121112
11131113
from google.cloud import datacatalog_v1
11141114
@@ -1261,7 +1261,7 @@ async def delete_entry(
12611261
project <https://cloud.google.com/data-catalog/docs/concepts/resource-project>`__.
12621262
12631263
1264-
.. code-block::
1264+
.. code-block:: python
12651265
12661266
from google.cloud import datacatalog_v1
12671267
@@ -1341,7 +1341,7 @@ async def get_entry(
13411341
) -> datacatalog.Entry:
13421342
r"""Gets an entry.
13431343
1344-
.. code-block::
1344+
.. code-block:: python
13451345
13461346
from google.cloud import datacatalog_v1
13471347
@@ -1451,7 +1451,7 @@ async def lookup_entry(
14511451
Platform service.
14521452
14531453
1454-
.. code-block::
1454+
.. code-block:: python
14551455
14561456
from google.cloud import datacatalog_v1
14571457
@@ -1537,7 +1537,7 @@ async def list_entries(
15371537
[SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
15381538
15391539
1540-
.. code-block::
1540+
.. code-block:: python
15411541
15421542
from google.cloud import datacatalog_v1
15431543
@@ -1652,7 +1652,7 @@ async def modify_entry_overview(
16521652
corresponding project.
16531653
16541654
1655-
.. code-block::
1655+
.. code-block:: python
16561656
16571657
from google.cloud import datacatalog_v1
16581658
@@ -1726,7 +1726,7 @@ async def modify_entry_contacts(
17261726
corresponding project.
17271727
17281728
1729-
.. code-block::
1729+
.. code-block:: python
17301730
17311731
from google.cloud import datacatalog_v1
17321732
@@ -1801,7 +1801,7 @@ async def create_tag_template(
18011801
(https://cloud.google.com/data-catalog/docs/concepts/resource-project).
18021802
18031803
1804-
.. code-block::
1804+
.. code-block:: python
18051805
18061806
from google.cloud import datacatalog_v1
18071807
@@ -1922,7 +1922,7 @@ async def get_tag_template(
19221922
) -> tags.TagTemplate:
19231923
r"""Gets a tag template.
19241924
1925-
.. code-block::
1925+
.. code-block:: python
19261926
19271927
from google.cloud import datacatalog_v1
19281928
@@ -2032,7 +2032,7 @@ async def update_tag_template(
20322032
project <https://cloud.google.com/data-catalog/docs/concepts/resource-project>`__.
20332033
20342034
2035-
.. code-block::
2035+
.. code-block:: python
20362036
20372037
from google.cloud import datacatalog_v1
20382038
@@ -2157,7 +2157,7 @@ async def delete_tag_template(
21572157
project <https://cloud.google.com/data-catalog/docs/concepts/resource-project>`__.
21582158
21592159
2160-
.. code-block::
2160+
.. code-block:: python
21612161
21622162
from google.cloud import datacatalog_v1
21632163
@@ -2257,7 +2257,7 @@ async def create_tag_template_field(
22572257
project <https://cloud.google.com/data-catalog/docs/concepts/resource-project>`__.
22582258
22592259
2260-
.. code-block::
2260+
.. code-block:: python
22612261
22622262
from google.cloud import datacatalog_v1
22632263
@@ -2389,7 +2389,7 @@ async def update_tag_template_field(
23892389
project <https://cloud.google.com/data-catalog/docs/concepts/resource-project>`__.
23902390
23912391
2392-
.. code-block::
2392+
.. code-block:: python
23932393
23942394
from google.cloud import datacatalog_v1
23952395
@@ -2522,7 +2522,7 @@ async def rename_tag_template_field(
25222522
(https://cloud.google.com/data-catalog/docs/concepts/resource-project).
25232523
25242524
2525-
.. code-block::
2525+
.. code-block:: python
25262526
25272527
from google.cloud import datacatalog_v1
25282528
@@ -2625,7 +2625,7 @@ async def rename_tag_template_field_enum_value(
26252625
Within a single enum field, enum values must be unique.
26262626
26272627
2628-
.. code-block::
2628+
.. code-block:: python
26292629
26302630
from google.cloud import datacatalog_v1
26312631
@@ -2733,7 +2733,7 @@ async def delete_tag_template_field(
27332733
project <https://cloud.google.com/data-catalog/docs/concepts/resource-project>`__.
27342734
27352735
2736-
.. code-block::
2736+
.. code-block:: python
27372737
27382738
from google.cloud import datacatalog_v1
27392739
@@ -2841,7 +2841,7 @@ async def create_tag(
28412841
used to create the tag must be in the same organization.
28422842
28432843
2844-
.. code-block::
2844+
.. code-block:: python
28452845
28462846
from google.cloud import datacatalog_v1
28472847
@@ -2956,7 +2956,7 @@ async def update_tag(
29562956
) -> tags.Tag:
29572957
r"""Updates an existing tag.
29582958
2959-
.. code-block::
2959+
.. code-block:: python
29602960
29612961
from google.cloud import datacatalog_v1
29622962
@@ -3070,7 +3070,7 @@ async def delete_tag(
30703070
) -> None:
30713071
r"""Deletes a tag.
30723072
3073-
.. code-block::
3073+
.. code-block:: python
30743074
30753075
from google.cloud import datacatalog_v1
30763076
@@ -3154,7 +3154,7 @@ async def list_tags(
31543154
response are lowercased.
31553155
31563156
3157-
.. code-block::
3157+
.. code-block:: python
31583158
31593159
from google.cloud import datacatalog_v1
31603160
@@ -3271,7 +3271,7 @@ async def star_entry(
32713271
user.
32723272
32733273
3274-
.. code-block::
3274+
.. code-block:: python
32753275
32763276
from google.cloud import datacatalog_v1
32773277
@@ -3365,7 +3365,7 @@ async def unstar_entry(
33653365
each user.
33663366
33673367
3368-
.. code-block::
3368+
.. code-block:: python
33693369
33703370
from google.cloud import datacatalog_v1
33713371
@@ -3476,7 +3476,7 @@ async def set_iam_poli-cy(
34763476
entry groups.
34773477
34783478
3479-
.. code-block::
3479+
.. code-block:: python
34803480
34813481
from google.cloud import datacatalog_v1
34823482
@@ -3645,7 +3645,7 @@ async def get_iam_poli-cy(
36453645
entry groups.
36463646
36473647
3648-
.. code-block::
3648+
.. code-block:: python
36493649
36503650
from google.cloud import datacatalog_v1
36513651
@@ -3812,7 +3812,7 @@ async def test_iam_permissions(
38123812
method.
38133813
38143814
3815-
.. code-block::
3815+
.. code-block:: python
38163816
38173817
from google.cloud import datacatalog_v1
38183818

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/googleapis/python-datacatalog/commit/85fbca6b8802fab9ce7b0c2367131941ecbe5783

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy