Reference documentation and code samples for the Google Cloud Channel V1 Client class Parameter.
Definition for extended entitlement parameters.
Generated from protobuf message google.cloud.channel.v1.Parameter
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the parameter. |
↳ value |
Value
Value of the parameter. |
↳ editable |
bool
Output only. Specifies whether this parameter is allowed to be changed. For example, for a Google Workspace Business Starter entitlement in commitment plan, num_units is editable when entitlement is active. |
getName
Name of the parameter.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Name of the parameter.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
Value of the parameter.
| Returns | |
|---|---|
| Type | Description |
Value|null |
|
hasValue
clearValue
setValue
Value of the parameter.
| Parameter | |
|---|---|
| Name | Description |
var |
Value
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEditable
Output only. Specifies whether this parameter is allowed to be changed. For example, for a Google Workspace Business Starter entitlement in commitment plan, num_units is editable when entitlement is active.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEditable
Output only. Specifies whether this parameter is allowed to be changed. For example, for a Google Workspace Business Starter entitlement in commitment plan, num_units is editable when entitlement is active.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|