Class AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.GetRequest
Gets a single targeting option assigned to a campaign.
Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<AssignedTargetingOption>
AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.GetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<AssignedTargetingOption>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class GetRequest : DisplayVideoBaseServiceRequest<AssignedTargetingOption>, IClientServiceRequest<AssignedTargetingOption>, IClientServiceRequest
Constructors
GetRequest(IClientService, Int64, Int64, AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.GetRequest.TargetingTypeEnum, String)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, long advertiserId, long campaignId, AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.GetRequest.TargetingTypeEnum targetingType, string assignedTargetingOptionId)
Parameters
| Type | Name | Description |
|---|---|---|
| Google.Apis.Services.IClientService | service | |
| System.Int64 | advertiserId | |
| System.Int64 | campaignId | |
| AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.GetRequest.TargetingTypeEnum | targetingType | |
| System.String | assignedTargetingOptionId |
Properties
AdvertiserId
Required. The ID of the advertiser the campaign belongs to.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Path)]
public virtual long AdvertiserId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
AssignedTargetingOptionId
Required. An identifier unique to the targeting type in this campaign that identifies the assigned targeting option being requested.
Declaration
[RequestParameter("assignedTargetingOptionId", RequestParameterType.Path)]
public virtual string AssignedTargetingOptionId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
CampaignId
Required. The ID of the campaign the assigned targeting option belongs to.
Declaration
[RequestParameter("campaignId", RequestParameterType.Path)]
public virtual long CampaignId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.RestPath
TargetingType
Required. Identifies the type of this assigned targeting option. Supported targeting types:
TARGETING_TYPE_AGE_RANGE*TARGETING_TYPE_AUTHORIZED_SELLER_STATUS*TARGETING_TYPE_CONTENT_INSTREAM_POSITION*TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION*TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION*TARGETING_TYPE_ENVIRONMENT*TARGETING_TYPE_EXCHANGE*TARGETING_TYPE_GENDER*TARGETING_TYPE_GEO_REGION*TARGETING_TYPE_HOUSEHOLD_INCOME*TARGETING_TYPE_INVENTORY_SOURCE*TARGETING_TYPE_INVENTORY_SOURCE_GROUP*TARGETING_TYPE_LANGUAGE*TARGETING_TYPE_ON_SCREEN_POSITION*TARGETING_TYPE_PARENTAL_STATUS*TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION*TARGETING_TYPE_SUB_EXCHANGE*TARGETING_TYPE_THIRD_PARTY_VERIFIER*TARGETING_TYPE_VIEWABILITY
Declaration
[RequestParameter("targetingType", RequestParameterType.Path)]
public virtual AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.GetRequest.TargetingTypeEnum TargetingType { get; }
Property Value
| Type | Description |
|---|---|
| AdvertisersResource.CampaignsResource.TargetingTypesResource.AssignedTargetingOptionsResource.GetRequest.TargetingTypeEnum |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.DisplayVideo.v1.DisplayVideoBaseServiceRequest<Google.Apis.DisplayVideo.v1.Data.AssignedTargetingOption>.InitParameters()
Implements
Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest