Show / Hide Table of Contents

Class AccountPermissionGroupsResource.ListRequest

Retrieves the list of account permission groups.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<AccountPermissionGroupsListResponse>
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>
AccountPermissionGroupsResource.ListRequest
Implements
IClientServiceRequest<AccountPermissionGroupsListResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>.Xgafv
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>.AccessToken
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>.Alt
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>.Callback
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>.Fields
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>.Key
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>.OauthToken
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>.PrettyPrint
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>.QuotaUser
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>.UploadType
DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>.UploadProtocol
ClientServiceRequest<AccountPermissionGroupsListResponse>.Execute()
ClientServiceRequest<AccountPermissionGroupsListResponse>.ExecuteAsStream()
ClientServiceRequest<AccountPermissionGroupsListResponse>.ExecuteAsync()
ClientServiceRequest<AccountPermissionGroupsListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AccountPermissionGroupsListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<AccountPermissionGroupsListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AccountPermissionGroupsListResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<AccountPermissionGroupsListResponse>.GenerateRequestUri()
ClientServiceRequest<AccountPermissionGroupsListResponse>.GetBody()
ClientServiceRequest<AccountPermissionGroupsListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<AccountPermissionGroupsListResponse>.ETagAction
ClientServiceRequest<AccountPermissionGroupsListResponse>.ModifyRequest
ClientServiceRequest<AccountPermissionGroupsListResponse>.ValidateParameters
ClientServiceRequest<AccountPermissionGroupsListResponse>.RequestParameters
ClientServiceRequest<AccountPermissionGroupsListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_3
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class ListRequest : DfareportingBaseServiceRequest<AccountPermissionGroupsListResponse>, IClientServiceRequest<AccountPermissionGroupsListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, Int64)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long profileId)
Parameters
Type Name Description
IClientService service
System.Int64 profileId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_3.Data.AccountPermissionGroupsListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_3.Data.AccountPermissionGroupsListResponse>.MethodName

ProfileId

User profile ID associated with this request.

Declaration
[RequestParameter("profileId", RequestParameterType.Path)]
public virtual long ProfileId { get; }
Property Value
Type Description
System.Int64

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_3.Data.AccountPermissionGroupsListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dfareporting.v3_3.DfareportingBaseServiceRequest<Google.Apis.Dfareporting.v3_3.Data.AccountPermissionGroupsListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top