diff --git a/java-datalineage/README.md b/java-datalineage/README.md index 2b3b9197aac2..181175e54807 100644 --- a/java-datalineage/README.md +++ b/java-datalineage/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-datalineage - 0.0.0 + 0.1.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-datalineage:0.0.0' +implementation 'com.google.cloud:google-cloud-datalineage:0.1.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datalineage" % "0.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-datalineage" % "0.1.0" ``` ## Authentication diff --git a/java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/Origin.java b/java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/Origin.java index 12c5ecd13d6d..b7f14ce05900 100644 --- a/java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/Origin.java +++ b/java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/Origin.java @@ -340,10 +340,10 @@ public com.google.cloud.datacatalog.lineage.v1.Origin.SourceType getSourceType() * resource name of the system, which reports lineage. The project and * location parts of the resource name must match the project and location of * the lineage resource being created. Examples: - * - {source_type: COMPOSER, name: - * "projects/foo/locations/us/environments/bar"} - * - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - * - {source_type: CUSTOM, name: "myCustomIntegration"} + * - `{source_type: COMPOSER, name: + * "projects/foo/locations/us/environments/bar"}` + * - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` + * - `{source_type: CUSTOM, name: "myCustomIntegration"}` * * * string name = 2; @@ -370,10 +370,10 @@ public java.lang.String getName() { * resource name of the system, which reports lineage. The project and * location parts of the resource name must match the project and location of * the lineage resource being created. Examples: - * - {source_type: COMPOSER, name: - * "projects/foo/locations/us/environments/bar"} - * - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - * - {source_type: CUSTOM, name: "myCustomIntegration"} + * - `{source_type: COMPOSER, name: + * "projects/foo/locations/us/environments/bar"}` + * - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` + * - `{source_type: CUSTOM, name: "myCustomIntegration"}` * * * string name = 2; @@ -861,10 +861,10 @@ public Builder clearSourceType() { * resource name of the system, which reports lineage. The project and * location parts of the resource name must match the project and location of * the lineage resource being created. Examples: - * - {source_type: COMPOSER, name: - * "projects/foo/locations/us/environments/bar"} - * - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - * - {source_type: CUSTOM, name: "myCustomIntegration"} + * - `{source_type: COMPOSER, name: + * "projects/foo/locations/us/environments/bar"}` + * - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` + * - `{source_type: CUSTOM, name: "myCustomIntegration"}` * * * string name = 2; @@ -890,10 +890,10 @@ public java.lang.String getName() { * resource name of the system, which reports lineage. The project and * location parts of the resource name must match the project and location of * the lineage resource being created. Examples: - * - {source_type: COMPOSER, name: - * "projects/foo/locations/us/environments/bar"} - * - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - * - {source_type: CUSTOM, name: "myCustomIntegration"} + * - `{source_type: COMPOSER, name: + * "projects/foo/locations/us/environments/bar"}` + * - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` + * - `{source_type: CUSTOM, name: "myCustomIntegration"}` * * * string name = 2; @@ -919,10 +919,10 @@ public com.google.protobuf.ByteString getNameBytes() { * resource name of the system, which reports lineage. The project and * location parts of the resource name must match the project and location of * the lineage resource being created. Examples: - * - {source_type: COMPOSER, name: - * "projects/foo/locations/us/environments/bar"} - * - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - * - {source_type: CUSTOM, name: "myCustomIntegration"} + * - `{source_type: COMPOSER, name: + * "projects/foo/locations/us/environments/bar"}` + * - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` + * - `{source_type: CUSTOM, name: "myCustomIntegration"}` * * * string name = 2; @@ -947,10 +947,10 @@ public Builder setName(java.lang.String value) { * resource name of the system, which reports lineage. The project and * location parts of the resource name must match the project and location of * the lineage resource being created. Examples: - * - {source_type: COMPOSER, name: - * "projects/foo/locations/us/environments/bar"} - * - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - * - {source_type: CUSTOM, name: "myCustomIntegration"} + * - `{source_type: COMPOSER, name: + * "projects/foo/locations/us/environments/bar"}` + * - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` + * - `{source_type: CUSTOM, name: "myCustomIntegration"}` * * * string name = 2; @@ -971,10 +971,10 @@ public Builder clearName() { * resource name of the system, which reports lineage. The project and * location parts of the resource name must match the project and location of * the lineage resource being created. Examples: - * - {source_type: COMPOSER, name: - * "projects/foo/locations/us/environments/bar"} - * - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - * - {source_type: CUSTOM, name: "myCustomIntegration"} + * - `{source_type: COMPOSER, name: + * "projects/foo/locations/us/environments/bar"}` + * - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` + * - `{source_type: CUSTOM, name: "myCustomIntegration"}` * * * string name = 2; diff --git a/java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/OriginOrBuilder.java b/java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/OriginOrBuilder.java index 30feb5839697..c7bb2319c26f 100644 --- a/java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/OriginOrBuilder.java +++ b/java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/OriginOrBuilder.java @@ -56,10 +56,10 @@ public interface OriginOrBuilder * resource name of the system, which reports lineage. The project and * location parts of the resource name must match the project and location of * the lineage resource being created. Examples: - * - {source_type: COMPOSER, name: - * "projects/foo/locations/us/environments/bar"} - * - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - * - {source_type: CUSTOM, name: "myCustomIntegration"} + * - `{source_type: COMPOSER, name: + * "projects/foo/locations/us/environments/bar"}` + * - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` + * - `{source_type: CUSTOM, name: "myCustomIntegration"}` * * * string name = 2; @@ -75,10 +75,10 @@ public interface OriginOrBuilder * resource name of the system, which reports lineage. The project and * location parts of the resource name must match the project and location of * the lineage resource being created. Examples: - * - {source_type: COMPOSER, name: - * "projects/foo/locations/us/environments/bar"} - * - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - * - {source_type: CUSTOM, name: "myCustomIntegration"} + * - `{source_type: COMPOSER, name: + * "projects/foo/locations/us/environments/bar"}` + * - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` + * - `{source_type: CUSTOM, name: "myCustomIntegration"}` * * * string name = 2; diff --git a/java-datalineage/proto-google-cloud-datalineage-v1/src/main/proto/google/cloud/datacatalog/lineage/v1/lineage.proto b/java-datalineage/proto-google-cloud-datalineage-v1/src/main/proto/google/cloud/datacatalog/lineage/v1/lineage.proto index 3ccb06082efd..5569ff68865f 100644 --- a/java-datalineage/proto-google-cloud-datalineage-v1/src/main/proto/google/cloud/datacatalog/lineage/v1/lineage.proto +++ b/java-datalineage/proto-google-cloud-datalineage-v1/src/main/proto/google/cloud/datacatalog/lineage/v1/lineage.proto @@ -871,9 +871,9 @@ message Origin { // location parts of the resource name must match the project and location of // the lineage resource being created. Examples: // - // - {source_type: COMPOSER, name: - // "projects/foo/locations/us/environments/bar"} - // - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - // - {source_type: CUSTOM, name: "myCustomIntegration"} + // - `{source_type: COMPOSER, name: + // "projects/foo/locations/us/environments/bar"}` + // - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` + // - `{source_type: CUSTOM, name: "myCustomIntegration"}` string name = 2; }