Skip to content

Commit ab54277

Browse files
Google APIscopybara-github
authored andcommitted
build: update proto comments for better explanation of parent parameter
PiperOrigin-RevId: 519331416
1 parent fc434a0 commit ab54277

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/datacatalog/lineage/v1/lineage.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ message DeleteLineageEventRequest {
693693
// Request message for
694694
// [SearchLinks][google.cloud.datacatalog.lineage.v1.Lineage.SearchLinks].
695695
message 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].
771771
message 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) = {

0 commit comments

Comments
 (0)