Show / Hide Table of Contents

Class AccountsResource.AccessBindingsResource.BatchUpdateRequest

Updates information about multiple access bindings to an account or property.

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

Constructors

BatchUpdateRequest(IClientService, GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsRequest, string)

Constructs a new BatchUpdate request.

Declaration
public BatchUpdateRequest(IClientService service, GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The account or property that owns the access bindings. The parent of all provided AccessBinding in UpdateAccessBindingRequest messages must match this field. Formats: - accounts/{account} - properties/{property}

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
ClientServiceRequest<GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes BatchUpdate parameter list.

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

Implements

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