Show / Hide Table of Contents

Class AccountsResource.UserLinksResource.BatchCreateRequest

Creates information about multiple users' links to an account or property. This method is transactional. If any UserLink cannot be created, none of the UserLinks will be created.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>
AccountsResource.UserLinksResource.BatchCreateRequest
Implements
IClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>
IClientServiceRequest
Inherited Members
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.Xgafv
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.AccessToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.Alt
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.Callback
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.Fields
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.Key
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.OauthToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.PrettyPrint
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.QuotaUser
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.UploadType
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.UploadProtocol
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.Execute()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.ETagAction
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.ModifyRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.ValidateParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.RequestParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.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 AccountsResource.UserLinksResource.BatchCreateRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>, IClientServiceRequest

Constructors

BatchCreateRequest(IClientService, GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest, string)

Constructs a new BatchCreate request.

Declaration
public BatchCreateRequest(IClientService service, GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest 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.GoogleAnalyticsAdmin.v1alpha.Data.GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data.GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.MethodName

Parent

Required. The account or property that all user links in the request are for. This field is required. The parent field in the CreateUserLinkRequest messages must either be empty or match this field. Example format: accounts/1234

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.GoogleAnalyticsAdmin.v1alpha.Data.GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.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.GoogleAnalyticsAdmin.v1alpha.Data.GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse>.GetBody()

InitParameters()

Initializes BatchCreate parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX