Resource: Product
Products for Google SPLA.
| JSON representation | 
|---|
|  { 
 "name" 
 : 
 string 
 , 
 "version" 
 : 
 string 
 , 
 "productCompany" 
 : 
 string 
 , 
 "state" 
 : 
 enum (  | 
| Fields | |
|---|---|
| name |   Identifier. Full name of the product resource. ex "projects/1/locations/us-central1/products/office-2021" | 
| version |   Required. Version of the product. | 
| productCompany |   Required. Company that released the product. | 
| state |   Output only. State of the product. | 
| sku |   Required. SKU for mapping to the Billing/Subscription resource. | 
| description |   Required. Human-readable, detailed description of the Product | 
| displayName |   Required. Human-readable name of the Product | 
State
State of the product.
| Enums | |
|---|---|
| STATE_UNSPECIFIED | The Status of the product is unknown. | 
| STATE_PROVISIONING | Product is under provisioning stage. | 
| STATE_RUNNING | Product is ok to run on instances. | 
| STATE_TERMINATING | The product is about to terminate or has been announced for termination. | 
| STATE_TERMINATED | The product has been terminated. | 
| Methods | |
|---|---|
|   | Gets details of a single Product. | 
|   | Lists Products in a given project and location. | 

