Skip to content

Commit 7d96c4e

Browse files
docs(ruby): [datalineage] fixed formatting for several literal expressions (#9026)
* 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: eyJwIjoiamF2YS1kYXRhbGluZWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiOGI1YzljYmU4MmUwZjQ2ZDlmYzRlMDZiYjY2YjM0MWM2M2I1OTI0NiJ9 * 🦉 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 9591b89 commit 7d96c4e

File tree

4 files changed

+43
-43
lines changed

4 files changed

+43
-43
lines changed

java-datalineage/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-datalineage</artifactId>
25-
<version>0.0.0</version>
25+
<version>0.1.0</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies:
3030

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-datalineage:0.0.0'
32+
implementation 'com.google.cloud:google-cloud-datalineage:0.1.0'
3333
```
3434

3535
If you are using SBT, add this to your dependencies:
3636

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-datalineage" % "0.0.0"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-datalineage" % "0.1.0"
3939
```
4040

4141
## Authentication

java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/Origin.java

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,10 @@ public com.google.cloud.datacatalog.lineage.v1.Origin.SourceType getSourceType()
340340
* resource name of the system, which reports lineage. The project and
341341
* location parts of the resource name must match the project and location of
342342
* the lineage resource being created. Examples:
343-
* - {source_type: COMPOSER, name:
344-
* "projects/foo/locations/us/environments/bar"}
345-
* - {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
346-
* - {source_type: CUSTOM, name: "myCustomIntegration"}
343+
* - `{source_type: COMPOSER, name:
344+
* "projects/foo/locations/us/environments/bar"}`
345+
* - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
346+
* - `{source_type: CUSTOM, name: "myCustomIntegration"}`
347347
* </pre>
348348
*
349349
* <code>string name = 2;</code>
@@ -370,10 +370,10 @@ public java.lang.String getName() {
370370
* resource name of the system, which reports lineage. The project and
371371
* location parts of the resource name must match the project and location of
372372
* the lineage resource being created. Examples:
373-
* - {source_type: COMPOSER, name:
374-
* "projects/foo/locations/us/environments/bar"}
375-
* - {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
376-
* - {source_type: CUSTOM, name: "myCustomIntegration"}
373+
* - `{source_type: COMPOSER, name:
374+
* "projects/foo/locations/us/environments/bar"}`
375+
* - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
376+
* - `{source_type: CUSTOM, name: "myCustomIntegration"}`
377377
* </pre>
378378
*
379379
* <code>string name = 2;</code>
@@ -861,10 +861,10 @@ public Builder clearSourceType() {
861861
* resource name of the system, which reports lineage. The project and
862862
* location parts of the resource name must match the project and location of
863863
* the lineage resource being created. Examples:
864-
* - {source_type: COMPOSER, name:
865-
* "projects/foo/locations/us/environments/bar"}
866-
* - {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
867-
* - {source_type: CUSTOM, name: "myCustomIntegration"}
864+
* - `{source_type: COMPOSER, name:
865+
* "projects/foo/locations/us/environments/bar"}`
866+
* - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
867+
* - `{source_type: CUSTOM, name: "myCustomIntegration"}`
868868
* </pre>
869869
*
870870
* <code>string name = 2;</code>
@@ -890,10 +890,10 @@ public java.lang.String getName() {
890890
* resource name of the system, which reports lineage. The project and
891891
* location parts of the resource name must match the project and location of
892892
* the lineage resource being created. Examples:
893-
* - {source_type: COMPOSER, name:
894-
* "projects/foo/locations/us/environments/bar"}
895-
* - {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
896-
* - {source_type: CUSTOM, name: "myCustomIntegration"}
893+
* - `{source_type: COMPOSER, name:
894+
* "projects/foo/locations/us/environments/bar"}`
895+
* - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
896+
* - `{source_type: CUSTOM, name: "myCustomIntegration"}`
897897
* </pre>
898898
*
899899
* <code>string name = 2;</code>
@@ -919,10 +919,10 @@ public com.google.protobuf.ByteString getNameBytes() {
919919
* resource name of the system, which reports lineage. The project and
920920
* location parts of the resource name must match the project and location of
921921
* the lineage resource being created. Examples:
922-
* - {source_type: COMPOSER, name:
923-
* "projects/foo/locations/us/environments/bar"}
924-
* - {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
925-
* - {source_type: CUSTOM, name: "myCustomIntegration"}
922+
* - `{source_type: COMPOSER, name:
923+
* "projects/foo/locations/us/environments/bar"}`
924+
* - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
925+
* - `{source_type: CUSTOM, name: "myCustomIntegration"}`
926926
* </pre>
927927
*
928928
* <code>string name = 2;</code>
@@ -947,10 +947,10 @@ public Builder setName(java.lang.String value) {
947947
* resource name of the system, which reports lineage. The project and
948948
* location parts of the resource name must match the project and location of
949949
* the lineage resource being created. Examples:
950-
* - {source_type: COMPOSER, name:
951-
* "projects/foo/locations/us/environments/bar"}
952-
* - {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
953-
* - {source_type: CUSTOM, name: "myCustomIntegration"}
950+
* - `{source_type: COMPOSER, name:
951+
* "projects/foo/locations/us/environments/bar"}`
952+
* - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
953+
* - `{source_type: CUSTOM, name: "myCustomIntegration"}`
954954
* </pre>
955955
*
956956
* <code>string name = 2;</code>
@@ -971,10 +971,10 @@ public Builder clearName() {
971971
* resource name of the system, which reports lineage. The project and
972972
* location parts of the resource name must match the project and location of
973973
* the lineage resource being created. Examples:
974-
* - {source_type: COMPOSER, name:
975-
* "projects/foo/locations/us/environments/bar"}
976-
* - {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
977-
* - {source_type: CUSTOM, name: "myCustomIntegration"}
974+
* - `{source_type: COMPOSER, name:
975+
* "projects/foo/locations/us/environments/bar"}`
976+
* - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
977+
* - `{source_type: CUSTOM, name: "myCustomIntegration"}`
978978
* </pre>
979979
*
980980
* <code>string name = 2;</code>

java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/OriginOrBuilder.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ public interface OriginOrBuilder
5656
* resource name of the system, which reports lineage. The project and
5757
* location parts of the resource name must match the project and location of
5858
* the lineage resource being created. Examples:
59-
* - {source_type: COMPOSER, name:
60-
* "projects/foo/locations/us/environments/bar"}
61-
* - {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
62-
* - {source_type: CUSTOM, name: "myCustomIntegration"}
59+
* - `{source_type: COMPOSER, name:
60+
* "projects/foo/locations/us/environments/bar"}`
61+
* - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
62+
* - `{source_type: CUSTOM, name: "myCustomIntegration"}`
6363
* </pre>
6464
*
6565
* <code>string name = 2;</code>
@@ -75,10 +75,10 @@ public interface OriginOrBuilder
7575
* resource name of the system, which reports lineage. The project and
7676
* location parts of the resource name must match the project and location of
7777
* the lineage resource being created. Examples:
78-
* - {source_type: COMPOSER, name:
79-
* "projects/foo/locations/us/environments/bar"}
80-
* - {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
81-
* - {source_type: CUSTOM, name: "myCustomIntegration"}
78+
* - `{source_type: COMPOSER, name:
79+
* "projects/foo/locations/us/environments/bar"}`
80+
* - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
81+
* - `{source_type: CUSTOM, name: "myCustomIntegration"}`
8282
* </pre>
8383
*
8484
* <code>string name = 2;</code>

java-datalineage/proto-google-cloud-datalineage-v1/src/main/proto/google/cloud/datacatalog/lineage/v1/lineage.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -871,9 +871,9 @@ message Origin {
871871
// location parts of the resource name must match the project and location of
872872
// the lineage resource being created. Examples:
873873
//
874-
// - {source_type: COMPOSER, name:
875-
// "projects/foo/locations/us/environments/bar"}
876-
// - {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
877-
// - {source_type: CUSTOM, name: "myCustomIntegration"}
874+
// - `{source_type: COMPOSER, name:
875+
// "projects/foo/locations/us/environments/bar"}`
876+
// - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
877+
// - `{source_type: CUSTOM, name: "myCustomIntegration"}`
878878
string name = 2;
879879
}

0 commit comments

Comments
 (0)