Show / Hide Table of Contents

Class FirstPartyAndPartnerAudiencesResource.GetRequest

Gets a first party or partner audience.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<FirstPartyAndPartnerAudience>
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>
FirstPartyAndPartnerAudiencesResource.GetRequest
Implements
IClientServiceRequest<FirstPartyAndPartnerAudience>
IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.Xgafv
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.AccessToken
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.Alt
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.Callback
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.Fields
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.Key
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.OauthToken
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.PrettyPrint
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.QuotaUser
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.UploadType
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.UploadProtocol
ClientServiceRequest<FirstPartyAndPartnerAudience>.Execute()
ClientServiceRequest<FirstPartyAndPartnerAudience>.ExecuteAsStream()
ClientServiceRequest<FirstPartyAndPartnerAudience>.ExecuteAsync()
ClientServiceRequest<FirstPartyAndPartnerAudience>.ExecuteAsync(CancellationToken)
ClientServiceRequest<FirstPartyAndPartnerAudience>.ExecuteAsStreamAsync()
ClientServiceRequest<FirstPartyAndPartnerAudience>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<FirstPartyAndPartnerAudience>.CreateRequest(bool?)
ClientServiceRequest<FirstPartyAndPartnerAudience>.GenerateRequestUri()
ClientServiceRequest<FirstPartyAndPartnerAudience>.GetBody()
ClientServiceRequest<FirstPartyAndPartnerAudience>.GetDefaultETagAction(string)
ClientServiceRequest<FirstPartyAndPartnerAudience>.ETagAction
ClientServiceRequest<FirstPartyAndPartnerAudience>.ModifyRequest
ClientServiceRequest<FirstPartyAndPartnerAudience>.ValidateParameters
ClientServiceRequest<FirstPartyAndPartnerAudience>.ApiVersion
ClientServiceRequest<FirstPartyAndPartnerAudience>.RequestParameters
ClientServiceRequest<FirstPartyAndPartnerAudience>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v4
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class FirstPartyAndPartnerAudiencesResource.GetRequest : DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>, IClientServiceRequest<FirstPartyAndPartnerAudience>, IClientServiceRequest

Constructors

GetRequest(IClientService, long)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, long firstPartyAndPartnerAudienceId)
Parameters
Type Name Description
IClientService service
long firstPartyAndPartnerAudienceId

Properties

AdvertiserId

The ID of the advertiser that has access to the fetched first party and partner audience.

Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type Description
long?

FirstPartyAndPartnerAudienceId

Required. The ID of the first party and partner audience to fetch.

Declaration
[RequestParameter("firstPartyAndPartnerAudienceId", RequestParameterType.Path)]
public virtual long FirstPartyAndPartnerAudienceId { get; }
Property Value
Type Description
long

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<FirstPartyAndPartnerAudience>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<FirstPartyAndPartnerAudience>.MethodName

PartnerId

The ID of the partner that has access to the fetched first party and partner audience.

Declaration
[RequestParameter("partnerId", RequestParameterType.Query)]
public virtual long? PartnerId { get; set; }
Property Value
Type Description
long?

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<FirstPartyAndPartnerAudience>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX