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_UNSPECIFIEDThe Status of the product is unknown.
STATE_PROVISIONINGProduct is under provisioning stage.
STATE_RUNNINGProduct is ok to run on instances.
STATE_TERMINATINGThe product is about to terminate or has been announced for termination.
STATE_TERMINATEDThe product has been terminated.

Methods

get

Gets details of a single Product.

list

Lists Products in a given project and location.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-28 UTC.