Show / Hide Table of Contents

Class AccountsResource.AppsResource.CreateRequest

Creates an app under the specified AdMob account. This method has limited access. If you see a 403 permission denied error, please reach out to your account manager for access.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<App>
AdMobBaseServiceRequest<App>
AccountsResource.AppsResource.CreateRequest
Implements
IClientServiceRequest<App>
IClientServiceRequest
Inherited Members
AdMobBaseServiceRequest<App>.Xgafv
AdMobBaseServiceRequest<App>.AccessToken
AdMobBaseServiceRequest<App>.Alt
AdMobBaseServiceRequest<App>.Callback
AdMobBaseServiceRequest<App>.Fields
AdMobBaseServiceRequest<App>.Key
AdMobBaseServiceRequest<App>.OauthToken
AdMobBaseServiceRequest<App>.PrettyPrint
AdMobBaseServiceRequest<App>.QuotaUser
AdMobBaseServiceRequest<App>.UploadType
AdMobBaseServiceRequest<App>.UploadProtocol
ClientServiceRequest<App>.Execute()
ClientServiceRequest<App>.ExecuteAsStream()
ClientServiceRequest<App>.ExecuteAsync()
ClientServiceRequest<App>.ExecuteAsync(CancellationToken)
ClientServiceRequest<App>.ExecuteAsStreamAsync()
ClientServiceRequest<App>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<App>.CreateRequest(bool?)
ClientServiceRequest<App>.GenerateRequestUri()
ClientServiceRequest<App>.GetDefaultETagAction(string)
ClientServiceRequest<App>.ETagAction
ClientServiceRequest<App>.ModifyRequest
ClientServiceRequest<App>.ValidateParameters
ClientServiceRequest<App>.ApiVersion
ClientServiceRequest<App>.RequestParameters
ClientServiceRequest<App>.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.AdMob.v1beta
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class AccountsResource.AppsResource.CreateRequest : AdMobBaseServiceRequest<App>, IClientServiceRequest<App>, IClientServiceRequest

Constructors

CreateRequest(IClientService, App, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, App body, string parent)
Parameters
Type Name Description
IClientService service
App body
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1beta.Data.App>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1beta.Data.App>.MethodName

Parent

Required. Resource name of the account for which the app is being created. Example: accounts/pub-9876543210987654

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1beta.Data.App>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1beta.Data.App>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
AdMobBaseServiceRequest<App>.InitParameters()

Implements

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