Reference documentation and code samples for the Google Cloud Channel V1 Client class SkuGroup.
Represents the SKU group information.
Generated from protobuf message google.cloud.channel.v1.SkuGroup
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Resource name of SKU group. Format: accounts/{account}/skuGroups/{sku_group}. Example: "accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041". |
↳ display_name |
string
Unique human readable identifier for the SKU group. |
getName
Resource name of SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
Example: "accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041".
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Resource name of SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
Example: "accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Unique human readable identifier for the SKU group.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Unique human readable identifier for the SKU group.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|