Show / Hide Table of Contents

Class ProjectsResource.ServiceAccountsResource.ListRequest

Lists every ServiceAccount that belongs to a specific project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListServiceAccountsResponse>
IamBaseServiceRequest<ListServiceAccountsResponse>
ProjectsResource.ServiceAccountsResource.ListRequest
Implements
IClientServiceRequest<ListServiceAccountsResponse>
IClientServiceRequest
Inherited Members
IamBaseServiceRequest<ListServiceAccountsResponse>.Xgafv
IamBaseServiceRequest<ListServiceAccountsResponse>.AccessToken
IamBaseServiceRequest<ListServiceAccountsResponse>.Alt
IamBaseServiceRequest<ListServiceAccountsResponse>.Callback
IamBaseServiceRequest<ListServiceAccountsResponse>.Fields
IamBaseServiceRequest<ListServiceAccountsResponse>.Key
IamBaseServiceRequest<ListServiceAccountsResponse>.OauthToken
IamBaseServiceRequest<ListServiceAccountsResponse>.PrettyPrint
IamBaseServiceRequest<ListServiceAccountsResponse>.QuotaUser
IamBaseServiceRequest<ListServiceAccountsResponse>.UploadType
IamBaseServiceRequest<ListServiceAccountsResponse>.UploadProtocol
ClientServiceRequest<ListServiceAccountsResponse>.Execute()
ClientServiceRequest<ListServiceAccountsResponse>.ExecuteAsStream()
ClientServiceRequest<ListServiceAccountsResponse>.ExecuteAsync()
ClientServiceRequest<ListServiceAccountsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListServiceAccountsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListServiceAccountsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListServiceAccountsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListServiceAccountsResponse>.GenerateRequestUri()
ClientServiceRequest<ListServiceAccountsResponse>.GetBody()
ClientServiceRequest<ListServiceAccountsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListServiceAccountsResponse>.ETagAction
ClientServiceRequest<ListServiceAccountsResponse>.ModifyRequest
ClientServiceRequest<ListServiceAccountsResponse>.ValidateParameters
ClientServiceRequest<ListServiceAccountsResponse>.ApiVersion
ClientServiceRequest<ListServiceAccountsResponse>.RequestParameters
ClientServiceRequest<ListServiceAccountsResponse>.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.Iam.v1
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class ProjectsResource.ServiceAccountsResource.ListRequest : IamBaseServiceRequest<ListServiceAccountsResponse>, IClientServiceRequest<ListServiceAccountsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the project associated with the service accounts, such as projects/my-project-123.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

PageSize

Optional limit on the number of service accounts to include in the response. Further accounts can subsequently be obtained by including the ListServiceAccountsResponse.next_page_token in a subsequent request. The default is 20, and the maximum is 100.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional pagination token returned in an earlier ListServiceAccountsResponse.next_page_token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
IamBaseServiceRequest<ListServiceAccountsResponse>.InitParameters()

Implements

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