Show / Hide Table of Contents

Class UserRolePermissionsResource.ListRequest

Gets a list of user role permissions, possibly filtered.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<UserRolePermissionsListResponse>
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>
UserRolePermissionsResource.ListRequest
Implements
IClientServiceRequest<UserRolePermissionsListResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>.Xgafv
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>.AccessToken
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>.Alt
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>.Callback
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>.Fields
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>.Key
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>.OauthToken
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>.PrettyPrint
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>.QuotaUser
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>.UploadType
DfareportingBaseServiceRequest<UserRolePermissionsListResponse>.UploadProtocol
ClientServiceRequest<UserRolePermissionsListResponse>.Execute()
ClientServiceRequest<UserRolePermissionsListResponse>.ExecuteAsStream()
ClientServiceRequest<UserRolePermissionsListResponse>.ExecuteAsync()
ClientServiceRequest<UserRolePermissionsListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<UserRolePermissionsListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<UserRolePermissionsListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<UserRolePermissionsListResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<UserRolePermissionsListResponse>.GenerateRequestUri()
ClientServiceRequest<UserRolePermissionsListResponse>.GetBody()
ClientServiceRequest<UserRolePermissionsListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<UserRolePermissionsListResponse>.ETagAction
ClientServiceRequest<UserRolePermissionsListResponse>.ModifyRequest
ClientServiceRequest<UserRolePermissionsListResponse>.ValidateParameters
ClientServiceRequest<UserRolePermissionsListResponse>.RequestParameters
ClientServiceRequest<UserRolePermissionsListResponse>.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<UserRolePermissionsListResponse>, IClientServiceRequest<UserRolePermissionsListResponse>, 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.UserRolePermissionsListResponse>.HttpMethod

Ids

Select only user role permissions with these IDs.

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

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.UserRolePermissionsListResponse>.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.UserRolePermissionsListResponse>.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.UserRolePermissionsListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top