Resource representing a Lead for a Google Cloud Partner.
JSON representation |
---|
{ "name": string, "company": string, "googleAccountDomain": string, "totalEmployees": integer, "industry": enum ( |
Fields | |
---|---|
name |
Output only. Resource ID of the customer. Format: customers/{customer} |
company |
Customer company name. |
google |
Google Account domain for the customer company. |
total |
Number of employees in company. |
industry |
Customer Industry. |
customer |
Customer Address. |
customer |
Contacts related to Customer. |
Industry
Specifies the Industry for Customer.
Enums | |
---|---|
INDUSTRY_UNSPECIFIED |
None specified. |
INDUSTRY_ADVERTISING_AND_MARKETING |
Advertising & Marketing. |
INDUSTRY_AGRICULTURE |
Agriculture. |
INDUSTRY_AUTOMOTIVE |
Automotive. |
INDUSTRY_BUSINESS_AND_PROFESSIONAL_SERVICES |
Business & Professional Services. |
INDUSTRY_CONSUMER_PACKAGED_GOODS |
Consumer Packaged Goods. |
INDUSTRY_EDUCATION |
Education. |
INDUSTRY_ELECTRICAL_AND_ELECTRONICS |
Electrical & Electronics. |
INDUSTRY_ENERGY_AND_UTILITIES |
Energy & Utilities. |
INDUSTRY_FINANCIAL_SERVICES |
Financial Services. |
INDUSTRY_FOOD_BEVERAGE_AND_RESTAURANTS |
Food, Beverage & Restaurants. |
INDUSTRY_GAMING |
Gaming. |
INDUSTRY_HEALTHCARE_AND_LIFE_SCIENCES |
Healthcare & Life Sciences. |
INDUSTRY_INDUSTRIAL_GOODS_AND_MANUFACTURING |
Industrial Goods & Manufacturing. |
INDUSTRY_LAW_AND_GOVERNMENT |
Law & Government. |
INDUSTRY_LOGISTICS_AND_TRANSPORTATION |
Logistics & Transportation. |
INDUSTRY_MANUFACTURING_INDUSTRIAL_AND_TRANSPORTATION |
Manufacturing, Industrial & Transportation. |
INDUSTRY_MEDIA_AND_ENTERTAINMENT |
Media & Entertainment. |
INDUSTRY_NON_PROFIT |
Non-Profit. |
INDUSTRY_OTHER |
Other. |
INDUSTRY_PUBLIC_SECTOR_AND_EDU |
Public Sector & EDU. |
INDUSTRY_RETAIL_AND_CONSUMER |
Retail & Consumer. |
INDUSTRY_RETAIL_AND_WHOLESALE |
Retail & Wholesale. |
INDUSTRY_SOFTWARE_AND_INTERNET |
Software & Internet. |
INDUSTRY_TELECOMMUNICATIONS |
Telecommunications. |
INDUSTRY_TELECOMMUNICATIONS_MEDIA_AND_GAMING |
Telecommunications, Media & Gaming. |
INDUSTRY_TOURISM_AND_LEISURE |
Tourism & Leisure. |
CustomerAddress
Represents address details for the customer.
JSON representation |
---|
{ "street": string, "city": string, "regionCode": string, "state": string, "zip": string } |
Fields | |
---|---|
street |
Street. |
city |
City. |
region |
The CLDR country/region of the address. |
state |
State. |
zip |
Zip code. |
CustomerContact
Represents a contact person for a Customer account.
JSON representation |
---|
{ "name": string, "givenName": string, "familyName": string, "email": string, "phoneNumber": string } |
Fields | |
---|---|
name |
Resource ID for the custmer contact. |
given |
First name. |
family |
Last name. |
email |
Email. Must match with Customer.google_account_domain. |
phone |
Phone number. |