Fix method doc signatures for multiline required parameters (#374)
* Fix method doc signatures for multiline required parameters.
Existing doc generator failed to recognize parameters as required when parameter descriptions
extended over more than one line. Besides presenting incorrect information, resulting
inconsistencies broke checks for automated sample generation.
* Regen docs
diff --git a/docs/dyn/partners_v2.leads.html b/docs/dyn/partners_v2.leads.html
index c79ed1a..99895ef 100644
--- a/docs/dyn/partners_v2.leads.html
+++ b/docs/dyn/partners_v2.leads.html
@@ -128,9 +128,7 @@
"languageCode": "A String", # Language code of the lead's language preference, as defined by
# <a href="https://tools.ietf.org/html/bcp47">BCP 47</a>
# (IETF BCP 47, "Tags for Identifying Languages").
- "gpsMotivations": [ # List of reasons for using Google Partner Search and creating a lead.
- "A String",
- ],
+ "type": "A String", # Type of lead.
"familyName": "A String", # Last name of lead source.
"minMonthlyBudget": { # Represents an amount of money with its currency type. # The minimum monthly budget lead source is willing to spend.
"nanos": 42, # Number of nano (10^-9) units of the amount.
@@ -148,10 +146,12 @@
"websiteUrl": "A String", # Website URL of lead source.
"state": "A String", # The lead's state in relation to the company.
"phoneNumber": "A String", # Phone number of lead source.
- "adwordsCustomerId": "A String", # The AdWords Customer ID of the lead.
+ "gpsMotivations": [ # List of reasons for using Google Partner Search and creating a lead.
+ "A String",
+ ],
"id": "A String", # ID of the lead.
"givenName": "A String", # First name of lead source.
- "type": "A String", # Type of lead.
+ "adwordsCustomerId": "A String", # The AdWords Customer ID of the lead.
"createTime": "A String", # Timestamp of when this lead was created.
},
],