Regen docs (#373)
diff --git a/docs/dyn/partners_v2.v2.html b/docs/dyn/partners_v2.v2.html
index 36130c6..22270a4 100644
--- a/docs/dyn/partners_v2.v2.html
+++ b/docs/dyn/partners_v2.v2.html
@@ -137,20 +137,23 @@
],
"originalMinMonthlyBudget": { # Represents an amount of money with its currency type. # The unconverted minimum monthly budget that the company accepts for partner
# business.
- "units": "A String", # The whole units of the amount.
- # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"nanos": 42, # Number of nano (10^-9) units of the amount.
# The value must be between -999,999,999 and +999,999,999 inclusive.
# If `units` is positive, `nanos` must be positive or zero.
# If `units` is zero, `nanos` can be positive, zero, or negative.
# If `units` is negative, `nanos` must be negative or zero.
# For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
+ "units": "A String", # The whole units of the amount.
+ # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"currencyCode": "A String", # The 3-letter currency code defined in ISO 4217.
},
- "autoApprovalEmailDomains": [ # Email domains that allow users with a matching email address to get
- # auto-approved for associating with this company.
- "A String",
- ],
+ "publicProfile": { # Basic information from a public profile. # Basic information from the company's public profile.
+ "url": "A String", # The URL of the public profile.
+ "profileImage": "A String", # The URL to the main profile image of the public profile.
+ "displayImageUrl": "A String", # The URL to the main display image of the public profile. Being deprecated.
+ "displayName": "A String", # The display name of the public profile.
+ "id": "A String", # The ID which can be used to retrieve more details about the public profile.
+ },
"name": "A String", # The name of the company.
"badgeTier": "A String", # Partner badge tier
"localizedInfos": [ # The list of localized info for the company.
@@ -158,13 +161,17 @@
"countryCodes": [ # List of country codes for the localized company info.
"A String",
],
- "overview": "A String", # Localized brief description that the company uses to advertise themselves.
- "displayName": "A String", # Localized display name.
"languageCode": "A String", # Language code of the localized company info, as defined by
# <a href="https://tools.ietf.org/html/bcp47">BCP 47</a>
# (IETF BCP 47, "Tags for Identifying Languages").
+ "displayName": "A String", # Localized display name.
+ "overview": "A String", # Localized brief description that the company uses to advertise themselves.
},
],
+ "autoApprovalEmailDomains": [ # Email domains that allow users with a matching email address to get
+ # auto-approved for associating with this company.
+ "A String",
+ ],
"locations": [ # The list of all company locations.
# If set, must include the
# primary_location
@@ -233,6 +240,23 @@
},
],
"websiteUrl": "A String", # URL of the company's website.
+ "services": [ # Services the company can help with.
+ "A String",
+ ],
+ "additionalWebsites": [ # URL of the company's additional websites used to verify the dynamic badges.
+ # These are stored as full URLs as entered by the user, but only the TLD will
+ # be used for the actual verification.
+ "A String",
+ ],
+ "profileStatus": "A String", # The public viewability status of the company's profile.
+ "ranks": [ # Information related to the ranking of the company within the list of
+ # companies.
+ { # Information related to ranking of results.
+ "type": "A String", # The type of rank.
+ "value": 3.14, # The numerical value of the rank.
+ },
+ ],
+ "primaryAdwordsManagerAccountId": "A String", # The Primary AdWords Manager Account id.
"primaryLocation": { # A location with address and geographic coordinates. May optionally contain a # The primary location of the company.
# detailed (multi-field) version of the address.
"languageCode": "A String", # Language code of the address. Should be in BCP 47 format.
@@ -295,56 +319,32 @@
"address": "A String", # The single string version of the address.
"postalCode": "A String", # Values are frequently alphanumeric.
},
- "additionalWebsites": [ # URL of the company's additional websites used to verify the dynamic badges.
- # These are stored as full URLs as entered by the user, but only the TLD will
- # be used for the actual verification.
- "A String",
- ],
- "profileStatus": "A String", # The public viewability status of the company's profile.
- "ranks": [ # Information related to the ranking of the company within the list of
- # companies.
- { # Information related to ranking of results.
- "type": "A String", # The type of rank.
- "value": 3.14, # The numerical value of the rank.
- },
- ],
- "primaryAdwordsManagerAccountId": "A String", # The Primary AdWords Manager Account id.
- "services": [ # Services the company can help with.
- "A String",
- ],
"certificationStatuses": [ # The list of Google Partners certification statuses for the company.
{ # Google Partners certification status.
"type": "A String", # The type of the certification.
+ "userCount": 42, # Number of people who are certified,
+ "isCertified": True or False, # Whether certification is passing.
"examStatuses": [ # List of certification exam statuses.
{ # Status for a Google Partners certification exam.
"numberUsersPass": 42, # The number of people who have passed the certification exam.
"type": "A String", # The type of certification exam.
},
],
- "isCertified": True or False, # Whether certification is passing.
- "userCount": 42, # Number of people who are certified,
},
],
"companyTypes": [ # Company type labels listed on the company's profile.
"A String",
],
- "publicProfile": { # Basic information from a public profile. # Basic information from the company's public profile.
- "url": "A String", # The URL of the public profile.
- "profileImage": "A String", # The URL to the main profile image of the public profile.
- "displayImageUrl": "A String", # The URL to the main display image of the public profile. Being deprecated.
- "displayName": "A String", # The display name of the public profile.
- "id": "A String", # The ID which can be used to retrieve more details about the public profile.
- },
"convertedMinMonthlyBudget": { # Represents an amount of money with its currency type. # The minimum monthly budget that the company accepts for partner business,
# converted to the requested currency code.
- "units": "A String", # The whole units of the amount.
- # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"nanos": 42, # Number of nano (10^-9) units of the amount.
# The value must be between -999,999,999 and +999,999,999 inclusive.
# If `units` is positive, `nanos` must be positive or zero.
# If `units` is zero, `nanos` can be positive, zero, or negative.
# If `units` is negative, `nanos` must be negative or zero.
# For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
+ "units": "A String", # The whole units of the amount.
+ # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"currencyCode": "A String", # The 3-letter currency code defined in ISO 4217.
},
"id": "A String", # The ID of the company.
@@ -387,20 +387,23 @@
],
"originalMinMonthlyBudget": { # Represents an amount of money with its currency type. # The unconverted minimum monthly budget that the company accepts for partner
# business.
- "units": "A String", # The whole units of the amount.
- # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"nanos": 42, # Number of nano (10^-9) units of the amount.
# The value must be between -999,999,999 and +999,999,999 inclusive.
# If `units` is positive, `nanos` must be positive or zero.
# If `units` is zero, `nanos` can be positive, zero, or negative.
# If `units` is negative, `nanos` must be negative or zero.
# For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
+ "units": "A String", # The whole units of the amount.
+ # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"currencyCode": "A String", # The 3-letter currency code defined in ISO 4217.
},
- "autoApprovalEmailDomains": [ # Email domains that allow users with a matching email address to get
- # auto-approved for associating with this company.
- "A String",
- ],
+ "publicProfile": { # Basic information from a public profile. # Basic information from the company's public profile.
+ "url": "A String", # The URL of the public profile.
+ "profileImage": "A String", # The URL to the main profile image of the public profile.
+ "displayImageUrl": "A String", # The URL to the main display image of the public profile. Being deprecated.
+ "displayName": "A String", # The display name of the public profile.
+ "id": "A String", # The ID which can be used to retrieve more details about the public profile.
+ },
"name": "A String", # The name of the company.
"badgeTier": "A String", # Partner badge tier
"localizedInfos": [ # The list of localized info for the company.
@@ -408,13 +411,17 @@
"countryCodes": [ # List of country codes for the localized company info.
"A String",
],
- "overview": "A String", # Localized brief description that the company uses to advertise themselves.
- "displayName": "A String", # Localized display name.
"languageCode": "A String", # Language code of the localized company info, as defined by
# <a href="https://tools.ietf.org/html/bcp47">BCP 47</a>
# (IETF BCP 47, "Tags for Identifying Languages").
+ "displayName": "A String", # Localized display name.
+ "overview": "A String", # Localized brief description that the company uses to advertise themselves.
},
],
+ "autoApprovalEmailDomains": [ # Email domains that allow users with a matching email address to get
+ # auto-approved for associating with this company.
+ "A String",
+ ],
"locations": [ # The list of all company locations.
# If set, must include the
# primary_location
@@ -483,6 +490,23 @@
},
],
"websiteUrl": "A String", # URL of the company's website.
+ "services": [ # Services the company can help with.
+ "A String",
+ ],
+ "additionalWebsites": [ # URL of the company's additional websites used to verify the dynamic badges.
+ # These are stored as full URLs as entered by the user, but only the TLD will
+ # be used for the actual verification.
+ "A String",
+ ],
+ "profileStatus": "A String", # The public viewability status of the company's profile.
+ "ranks": [ # Information related to the ranking of the company within the list of
+ # companies.
+ { # Information related to ranking of results.
+ "type": "A String", # The type of rank.
+ "value": 3.14, # The numerical value of the rank.
+ },
+ ],
+ "primaryAdwordsManagerAccountId": "A String", # The Primary AdWords Manager Account id.
"primaryLocation": { # A location with address and geographic coordinates. May optionally contain a # The primary location of the company.
# detailed (multi-field) version of the address.
"languageCode": "A String", # Language code of the address. Should be in BCP 47 format.
@@ -545,56 +569,32 @@
"address": "A String", # The single string version of the address.
"postalCode": "A String", # Values are frequently alphanumeric.
},
- "additionalWebsites": [ # URL of the company's additional websites used to verify the dynamic badges.
- # These are stored as full URLs as entered by the user, but only the TLD will
- # be used for the actual verification.
- "A String",
- ],
- "profileStatus": "A String", # The public viewability status of the company's profile.
- "ranks": [ # Information related to the ranking of the company within the list of
- # companies.
- { # Information related to ranking of results.
- "type": "A String", # The type of rank.
- "value": 3.14, # The numerical value of the rank.
- },
- ],
- "primaryAdwordsManagerAccountId": "A String", # The Primary AdWords Manager Account id.
- "services": [ # Services the company can help with.
- "A String",
- ],
"certificationStatuses": [ # The list of Google Partners certification statuses for the company.
{ # Google Partners certification status.
"type": "A String", # The type of the certification.
+ "userCount": 42, # Number of people who are certified,
+ "isCertified": True or False, # Whether certification is passing.
"examStatuses": [ # List of certification exam statuses.
{ # Status for a Google Partners certification exam.
"numberUsersPass": 42, # The number of people who have passed the certification exam.
"type": "A String", # The type of certification exam.
},
],
- "isCertified": True or False, # Whether certification is passing.
- "userCount": 42, # Number of people who are certified,
},
],
"companyTypes": [ # Company type labels listed on the company's profile.
"A String",
],
- "publicProfile": { # Basic information from a public profile. # Basic information from the company's public profile.
- "url": "A String", # The URL of the public profile.
- "profileImage": "A String", # The URL to the main profile image of the public profile.
- "displayImageUrl": "A String", # The URL to the main display image of the public profile. Being deprecated.
- "displayName": "A String", # The display name of the public profile.
- "id": "A String", # The ID which can be used to retrieve more details about the public profile.
- },
"convertedMinMonthlyBudget": { # Represents an amount of money with its currency type. # The minimum monthly budget that the company accepts for partner business,
# converted to the requested currency code.
- "units": "A String", # The whole units of the amount.
- # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"nanos": 42, # Number of nano (10^-9) units of the amount.
# The value must be between -999,999,999 and +999,999,999 inclusive.
# If `units` is positive, `nanos` must be positive or zero.
# If `units` is zero, `nanos` can be positive, zero, or negative.
# If `units` is negative, `nanos` must be negative or zero.
# For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
+ "units": "A String", # The whole units of the amount.
+ # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"currencyCode": "A String", # The 3-letter currency code defined in ISO 4217.
},
"id": "A String", # The ID of the company.
@@ -624,17 +624,19 @@
"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").
- "type": "A String", # Type of lead.
+ "gpsMotivations": [ # List of reasons for using Google Partner Search and creating a lead.
+ "A String",
+ ],
"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.
- "units": "A String", # The whole units of the amount.
- # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"nanos": 42, # Number of nano (10^-9) units of the amount.
# The value must be between -999,999,999 and +999,999,999 inclusive.
# If `units` is positive, `nanos` must be positive or zero.
# If `units` is zero, `nanos` can be positive, zero, or negative.
# If `units` is negative, `nanos` must be negative or zero.
# For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
+ "units": "A String", # The whole units of the amount.
+ # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"currencyCode": "A String", # The 3-letter currency code defined in ISO 4217.
},
"comments": "A String", # Comments lead source gave.
@@ -642,12 +644,10 @@
"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.
- "gpsMotivations": [ # List of reasons for using Google Partner Search and creating a lead.
- "A String",
- ],
+ "adwordsCustomerId": "A String", # The AdWords Customer ID of the lead.
"id": "A String", # ID of the lead.
"givenName": "A String", # First name of lead source.
- "adwordsCustomerId": "A String", # The AdWords Customer ID of the lead.
+ "type": "A String", # Type of lead.
"createTime": "A String", # Timestamp of when this lead was created.
}
@@ -679,17 +679,19 @@
"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").
- "type": "A String", # Type of lead.
+ "gpsMotivations": [ # List of reasons for using Google Partner Search and creating a lead.
+ "A String",
+ ],
"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.
- "units": "A String", # The whole units of the amount.
- # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"nanos": 42, # Number of nano (10^-9) units of the amount.
# The value must be between -999,999,999 and +999,999,999 inclusive.
# If `units` is positive, `nanos` must be positive or zero.
# If `units` is zero, `nanos` can be positive, zero, or negative.
# If `units` is negative, `nanos` must be negative or zero.
# For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
+ "units": "A String", # The whole units of the amount.
+ # For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
"currencyCode": "A String", # The 3-letter currency code defined in ISO 4217.
},
"comments": "A String", # Comments lead source gave.
@@ -697,12 +699,10 @@
"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.
- "gpsMotivations": [ # List of reasons for using Google Partner Search and creating a lead.
- "A String",
- ],
+ "adwordsCustomerId": "A String", # The AdWords Customer ID of the lead.
"id": "A String", # ID of the lead.
"givenName": "A String", # First name of lead source.
- "adwordsCustomerId": "A String", # The AdWords Customer ID of the lead.
+ "type": "A String", # Type of lead.
"createTime": "A String", # Timestamp of when this lead was created.
}</pre>
</div>