Show / Hide Table of Contents

Class PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource

The "displayVideo360AdvertiserLinkProposals" collection of methods.

Inheritance
object
PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource

Constructors

DisplayVideo360AdvertiserLinkProposalsResource(IClientService)

Constructs a new resource.

Declaration
public DisplayVideo360AdvertiserLinkProposalsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Approve(GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest, string)

Approves a DisplayVideo360AdvertiserLinkProposal. The DisplayVideo360AdvertiserLinkProposal will be deleted and a new DisplayVideo360AdvertiserLink will be created.

Declaration
public virtual PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.ApproveRequest Approve(GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest body, string name)
Parameters
Type Name Description
GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest body

The body of the request.

string name

Required. The name of the DisplayVideo360AdvertiserLinkProposal to approve. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678

Returns
Type Description
PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.ApproveRequest

Cancel(GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest, string)

Cancels a DisplayVideo360AdvertiserLinkProposal. Cancelling can mean either: - Declining a proposal initiated from Display & Video 360 - Withdrawing a proposal initiated from Google Analytics After being cancelled, a proposal will eventually be deleted automatically.

Declaration
public virtual PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.CancelRequest Cancel(GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest body, string name)
Parameters
Type Name Description
GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest body

The body of the request.

string name

Required. The name of the DisplayVideo360AdvertiserLinkProposal to cancel. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678

Returns
Type Description
PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.CancelRequest

Create(GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal, string)

Creates a DisplayVideo360AdvertiserLinkProposal.

Declaration
public virtual PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.CreateRequest Create(GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal body, string parent)
Parameters
Type Name Description
GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal body

The body of the request.

string parent

Required. Example format: properties/1234

Returns
Type Description
PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.CreateRequest

Delete(string)

Deletes a DisplayVideo360AdvertiserLinkProposal on a property. This can only be used on cancelled proposals.

Declaration
public virtual PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the DisplayVideo360AdvertiserLinkProposal to delete. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678

Returns
Type Description
PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.DeleteRequest

Get(string)

Lookup for a single DisplayVideo360AdvertiserLinkProposal.

Declaration
public virtual PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the DisplayVideo360AdvertiserLinkProposal to get. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678

Returns
Type Description
PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.GetRequest

List(string)

Lists DisplayVideo360AdvertiserLinkProposals on a property.

Declaration
public virtual PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Example format: properties/1234

Returns
Type Description
PropertiesResource.DisplayVideo360AdvertiserLinkProposalsResource.ListRequest
In This Article
Back to top Generated by DocFX