Show / Hide Table of Contents

Class InventorySourceGroupsResource.GetRequest

Gets an inventory source group.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<InventorySourceGroup>
DisplayVideoBaseServiceRequest<InventorySourceGroup>
InventorySourceGroupsResource.GetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<InventorySourceGroup>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<InventorySourceGroup>.Xgafv
DisplayVideoBaseServiceRequest<InventorySourceGroup>.AccessToken
DisplayVideoBaseServiceRequest<InventorySourceGroup>.Alt
DisplayVideoBaseServiceRequest<InventorySourceGroup>.Callback
DisplayVideoBaseServiceRequest<InventorySourceGroup>.Fields
DisplayVideoBaseServiceRequest<InventorySourceGroup>.Key
DisplayVideoBaseServiceRequest<InventorySourceGroup>.OauthToken
DisplayVideoBaseServiceRequest<InventorySourceGroup>.PrettyPrint
DisplayVideoBaseServiceRequest<InventorySourceGroup>.QuotaUser
DisplayVideoBaseServiceRequest<InventorySourceGroup>.UploadType
DisplayVideoBaseServiceRequest<InventorySourceGroup>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.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<InventorySourceGroup>, IClientServiceRequest<InventorySourceGroup>, IClientServiceRequest

Constructors

GetRequest(IClientService, Int64)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, long inventorySourceGroupId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.Int64 inventorySourceGroupId

Properties

AdvertiserId

The ID of the advertiser that has access to the inventory source group. If an inventory source group is partner-owned, only advertisers to which the group is explicitly shared can access the group.

Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type Description
System.Nullable<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.InventorySourceGroup>.HttpMethod

InventorySourceGroupId

Required. The ID of the inventory source group to fetch.

Declaration
[RequestParameter("inventorySourceGroupId", RequestParameterType.Path)]
public virtual long InventorySourceGroupId { get; }
Property Value
Type Description
System.Int64

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.InventorySourceGroup>.MethodName

PartnerId

The ID of the partner that has access to the inventory source group. A partner cannot access an advertiser-owned inventory source group.

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

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.InventorySourceGroup>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DisplayVideo.v1.DisplayVideoBaseServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceGroup>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top