Show / Hide Table of Contents

Class PropertiesResource.CreateRequest

Creates a Google Analytics property with the specified location and attributes.

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

Constructors

CreateRequest(IClientService, GoogleAnalyticsAdminV1alphaProperty)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleAnalyticsAdminV1alphaProperty body)
Parameters
Type Name Description
IClientService service
GoogleAnalyticsAdminV1alphaProperty body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleAnalyticsAdminV1alphaProperty>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaProperty>.InitParameters()

Implements

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