Google Cloud Channel V1 Client - Class BillableSku (1.6.0)

Reference documentation and code samples for the Google Cloud Channel V1 Client class BillableSku.

Represents the Billable SKU information.

Generated from protobuf message google.cloud.channel.v1.BillableSku

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ sku string

Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".

↳ sku_display_name string

Unique human readable name for the SKU.

↳ service string

Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".

↳ service_display_name string

Unique human readable name for the Service.

getSku

Resource name of Billable SKU. Format: billableSkus/{sku}.

Example: billableSkus/6E1B-6634-470F".

Returns
TypeDescription
string

setSku

Resource name of Billable SKU. Format: billableSkus/{sku}.

Example: billableSkus/6E1B-6634-470F".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSkuDisplayName

Unique human readable name for the SKU.

Returns
TypeDescription
string

setSkuDisplayName

Unique human readable name for the SKU.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getService

Resource name of Service which contains Repricing SKU. Format: services/{service}.

Example: "services/B7D9-FDCB-15D8".

Returns
TypeDescription
string

setService

Resource name of Service which contains Repricing SKU. Format: services/{service}.

Example: "services/B7D9-FDCB-15D8".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getServiceDisplayName

Unique human readable name for the Service.

Returns
TypeDescription
string

setServiceDisplayName

Unique human readable name for the Service.

Parameter
NameDescription
var string
Returns
TypeDescription
$this