REST Resource: projects.locations.products

Resource: Product

Products for Google SPLA.

JSON representation
{
  "name": string,
  "version": string,
  "productCompany": string,
  "state": enum (State),
  "sku": string,
  "description": string,
  "displayName": string
}
Fields
name

string

Identifier. Full name of the product resource. ex "projects/1/locations/us-central1/products/office-2021"

version

string

Required. Version of the product.

productCompany

string

Required. Company that released the product.

state

enum (State)

Output only. State of the product.

sku

string

Required. SKU for mapping to the Billing/Subscription resource.

description

string

Required. Human-readable, detailed description of the Product

displayName

string

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

get

Gets details of a single Product.

list

Lists Products in a given project and location.