Skip to content

Commit 99bc6c0

Browse files
chore: fixed formatting for several literal expressions (googleapis#10826)
* docs(ruby): fixed formatting for several literal expressions PiperOrigin-RevId: 504033274 Source-Link: googleapis/googleapis@d140569 Source-Link: https://github.com/googleapis/googleapis-gen/commit/8b5c9cbe82e0f46d9fc4e06bb66b341c63b59246 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFjYXRhbG9nLWxpbmVhZ2UvLk93bEJvdC55YW1sIiwiaCI6IjhiNWM5Y2JlODJlMGY0NmQ5ZmM0ZTA2YmI2NmIzNDFjNjNiNTkyNDYifQ== * 🦉 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 67501fd commit 99bc6c0

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

packages/google-cloud-datacatalog-lineage/google/cloud/datacatalog/lineage_v1/types/lineage.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,11 +1148,9 @@ class Origin(proto.Message):
11481148
must match the project and location of the lineage resource
11491149
being created. Examples:
11501150
1151-
- {source_type: COMPOSER, name:
1152-
"projects/foo/locations/us/environments/bar"}
1153-
- {source_type: BIGQUERY, name:
1154-
"projects/foo/locations/eu"}
1155-
- {source_type: CUSTOM, name: "myCustomIntegration"}
1151+
- ``{source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"}``
1152+
- ``{source_type: BIGQUERY, name: "projects/foo/locations/eu"}``
1153+
- ``{source_type: CUSTOM, name: "myCustomIntegration"}``
11561154
"""
11571155

11581156
class SourceType(proto.Enum):

packages/google-cloud-datacatalog-lineage/samples/generated_samples/snippet_metadata_google.cloud.datacatalog.lineage.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-datacatalog-lineage",
11-
"version": "0.2.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)