We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6af392 commit d140569Copy full SHA for d140569
1 file changed
google/cloud/datacatalog/lineage/v1/lineage.proto
@@ -871,9 +871,9 @@ message Origin {
871
// location parts of the resource name must match the project and location of
872
// the lineage resource being created. Examples:
873
//
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"}
+ // - `{source_type: COMPOSER, name:
+ // "projects/foo/locations/us/environments/bar"}`
+ // - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
+ // - `{source_type: CUSTOM, name: "myCustomIntegration"}`
878
string name = 2;
879
}
0 commit comments