Reference documentation and code samples for the Google Analytics Admin V1alpha Client class CreateSearchAds360LinkRequest.
Request message for CreateSearchAds360Link RPC.
Generated from protobuf message google.analytics.admin.v1alpha.CreateSearchAds360LinkRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Example format: properties/1234 |
↳ search_ads_360_link |
Google\Analytics\Admin\V1alpha\SearchAds360Link
Required. The SearchAds360Link to create. |
getParent
Required. Example format: properties/1234
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Example format: properties/1234
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSearchAds360Link
Required. The SearchAds360Link to create.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\SearchAds360Link|null |
hasSearchAds360Link
clearSearchAds360Link
setSearchAds360Link
Required. The SearchAds360Link to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\SearchAds360Link
|
Returns | |
---|---|
Type | Description |
$this |