Reference documentation and code samples for the Google Cloud Channel V1 Client class AssociationInfo.
Association links that an entitlement has to other entitlements.
Generated from protobuf message google.cloud.channel.v1.AssociationInfo
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ base_entitlement |
string
The name of the base entitlement, for which this entitlement is an add-on. |
getBaseEntitlement
The name of the base entitlement, for which this entitlement is an add-on.
Generated from protobuf field string base_entitlement = 1 [(.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setBaseEntitlement
The name of the base entitlement, for which this entitlement is an add-on.
Generated from protobuf field string base_entitlement = 1 [(.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |