REST Resource: projects.locations.services.standardOffers

Resource: StandardOffer

Message describing the StandardOffer resource.

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "effectiveTime": string,
  "expireTime": string,
  "serviceLevel": string,
  "serviceLevelTitle": string,
  "priceModel": {
    object (PriceModel)
  },

  // Union field term can be only one of the following:
  "termDurationMonths": integer
  // End of list of possible types for union field term.
}
Fields
name

string

Identifier. Name of resource.

createTime

string (Timestamp format)

Output only. Creation time of the offer.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. Last update time of the offer.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

effectiveTime

string (Timestamp format)

Output only. Effective time of the offer. Prior to this time, the offer cannot be purchased or used as the base standard offer of a private offer.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

expireTime

string (Timestamp format)

Output only. Expire time of the offer. An offer is expired if its expire time is in the past. An expired standard offer cannot be purchased or used as the base standard offer of a private offer.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

serviceLevel

string

Output only. Identifier that distinguishes between different service levels of the same product that constitute distinct offerings to customers with different pricing.

The service levels of a product are also referred to in some cases as the product's 'plans', and the serviceLevel value is referred to in some cases as the "plan ID".

Multiple non-expired standard offers can share the same service level when they are subscription offers for different term durations.

serviceLevelTitle

string

Output only. Title of the service level.

Not included for STANDARD_OFFER_VIEW_BASIC.

priceModel

object (PriceModel)

Output only. Price model of the offer.

Union field term. Term of the offer. Applicable only to subscription offers. term can be only one of the following:
termDurationMonths

integer

Output only. Term duration of the offer in months. Applicable only to offers with a subscription price model. Additional forms of offer term may be added in the future.

PriceModel

Price model of the offer.

JSON representation
{
  "usage": {
    object (Usage)
  },

  // Union field subscription can be only one of the following:
  "flatFee": {
    object (FlatFeeSubscription)
  }
  // End of list of possible types for union field subscription.
}
Fields
usage

object (Usage)

Output only. Price configurations for the usage part.

Union field subscription. Price configurations for the subscription part. subscription can be only one of the following:
flatFee

object (FlatFeeSubscription)

Output only. Price configurations for the flat fee subscription.

FlatFeeSubscription

Price configurations for flat fee subscriptions.

JSON representation
{
  "sku": string
}
Fields
sku

string

Output only. Flat fee subscription SKU for the offer.

Usage

Price configurations for the usage part.

JSON representation
{

  // Union field skus can be only one of the following:
  "skuList": {
    object (SkuList)
  },
  "skuGroupList": {
    object (SkuGroupList)
  }
  // End of list of possible types for union field skus.
}
Fields
Union field skus. The SKUs that the offer's usage fees are charged against. skus can be only one of the following:
skuList

object (SkuList)

Output only. The offer's usage fees are charged against these SKUs.

skuGroupList

object (SkuGroupList)

Output only. The offer's usage fees are charged against the SKUs in these groups.

SkuList

A collection of SKUs.

JSON representation
{
  "skus": [
    string
  ]
}
Fields
skus[]

string

Output only. List of SKUs by name.

SkuGroupList

A collection of SkuGroups.

JSON representation
{
  "skuGroups": [
    string
  ]
}
Fields
skuGroups[]

string

Output only. List of SkuGroups by name.

Methods

get

Gets details of a single StandardOffer.

list

Lists StandardOffers for the given parent.