Reference documentation and code samples for the Google Cloud Channel V1 Client class LookupOfferRequest.
Request message for LookupOffer.
Generated from protobuf message google.cloud.channel.v1.LookupOfferRequest
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entitlement |
string
Required. The resource name of the entitlement to retrieve the Offer. Entitlement uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} |
getEntitlement
Required. The resource name of the entitlement to retrieve the Offer.
Entitlement uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
Returns | |
---|---|
Type | Description |
string |
setEntitlement
Required. The resource name of the entitlement to retrieve the Offer.
Entitlement uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |