Show / Hide Table of Contents

Class AccountsResource.UserLinksResource.BatchGetRequest

Gets information about multiple users' links to an account or property.

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

Constructors

BatchGetRequest(IClientService, string)

Constructs a new BatchGet request.

Declaration
public BatchGetRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
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.GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse>.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.GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse>.MethodName

Names

Required. The names of the user links to retrieve. A maximum of 1000 user links can be retrieved in a batch. Format: accounts/{accountId}/userLinks/{userLinkId}

Declaration
[RequestParameter("names", RequestParameterType.Query)]
public virtual Repeatable<string> Names { get; set; }
Property Value
Type Description
Repeatable<string>

Parent

Required. The account or property that all user links in the request are for. The parent of all provided values for the 'names' field must 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.GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse>.RestPath

Methods

InitParameters()

Initializes BatchGet parameter list.

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

Implements

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