Class PropertiesResource.SearchAds360LinksResource
The "searchAds360Links" collection of methods.
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.SearchAds360LinksResource
Constructors
SearchAds360LinksResource(IClientService)
Constructs a new resource.
Declaration
public SearchAds360LinksResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleAnalyticsAdminV1alphaSearchAds360Link, string)
Creates a SearchAds360Link.
Declaration
public virtual PropertiesResource.SearchAds360LinksResource.CreateRequest Create(GoogleAnalyticsAdminV1alphaSearchAds360Link body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleAnalyticsAdminV1alphaSearchAds360Link | body | The body of the request. |
string | parent | Required. Example format: properties/1234 |
Returns
Type | Description |
---|---|
PropertiesResource.SearchAds360LinksResource.CreateRequest |
Delete(string)
Deletes a SearchAds360Link on a property.
Declaration
public virtual PropertiesResource.SearchAds360LinksResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the SearchAds360Link to delete. Example format: properties/1234/SearchAds360Links/5678 |
Returns
Type | Description |
---|---|
PropertiesResource.SearchAds360LinksResource.DeleteRequest |
Get(string)
Look up a single SearchAds360Link
Declaration
public virtual PropertiesResource.SearchAds360LinksResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the SearchAds360Link to get. Example format: properties/1234/SearchAds360Link/5678 |
Returns
Type | Description |
---|---|
PropertiesResource.SearchAds360LinksResource.GetRequest |
List(string)
Lists all SearchAds360Links on a property.
Declaration
public virtual PropertiesResource.SearchAds360LinksResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Example format: properties/1234 |
Returns
Type | Description |
---|---|
PropertiesResource.SearchAds360LinksResource.ListRequest |
Patch(GoogleAnalyticsAdminV1alphaSearchAds360Link, string)
Updates a SearchAds360Link on a property.
Declaration
public virtual PropertiesResource.SearchAds360LinksResource.PatchRequest Patch(GoogleAnalyticsAdminV1alphaSearchAds360Link body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleAnalyticsAdminV1alphaSearchAds360Link | body | The body of the request. |
string | name | Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID |
Returns
Type | Description |
---|---|
PropertiesResource.SearchAds360LinksResource.PatchRequest |