Show / Hide Table of Contents

Class PropertiesResource.AccessBindingsResource.BatchGetRequest

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

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

Names

Required. The names of the access bindings to retrieve. A maximum of 1000 access bindings can be retrieved in a batch. Formats: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding}

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 owns the access bindings. The parent of all provided values for the 'names' field 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data.GoogleAnalyticsAdminV1alphaBatchGetAccessBindingsResponse>.RestPath

Methods

InitParameters()

Initializes BatchGet parameter list.

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

Implements

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