File tree Expand file tree Collapse file tree
google/cloud/datacatalog/lineage/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -693,7 +693,7 @@ message DeleteLineageEventRequest {
693693// Request message for
694694// [SearchLinks][google.cloud.datacatalog.lineage.v1.Lineage.SearchLinks].
695695message SearchLinksRequest {
696- // Required. The project and location you want search in.
696+ // Required. The project and location you want search in the format `projects/*/locations/*`
697697 string parent = 1 [
698698 (google.api.field_behavior ) = REQUIRED ,
699699 (google.api.resource_reference ) = {
@@ -769,7 +769,7 @@ message Link {
769769// Request message for
770770// [BatchSearchLinkProcesses][google.cloud.datacatalog.lineage.v1.Lineage.BatchSearchLinkProcesses].
771771message BatchSearchLinkProcessesRequest {
772- // Required. The project and location where you want to search.
772+ // Required. The project and location you want search in the format `projects/*/locations/*`
773773 string parent = 1 [
774774 (google.api.field_behavior ) = REQUIRED ,
775775 (google.api.resource_reference ) = {
You can’t perform that action at this time.
0 commit comments