Show / Hide Table of Contents

Class ProjectsResource.ReposResource.ListRequest

Returns all repos belonging to a project. The sizes of the repos are not set by ListRepos. To get the size of a repo, use GetRepo.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSourceRepositories.v1.Data.ListReposResponse>.MethodName

Name

The project ID whose repos should be listed. Values are of the form projects/.

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

PageSize

Maximum number of repositories to return; between 1 and 500. If not set or zero, defaults to 100 at the server.

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

PageToken

Resume listing repositories where a prior ListReposResponse left off. This is an opaque token that must be obtained from a recent, prior ListReposResponse's next_page_token field.

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSourceRepositories.v1.Data.ListReposResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudSourceRepositories.v1.CloudSourceRepositoriesBaseServiceRequest<Google.Apis.CloudSourceRepositories.v1.Data.ListReposResponse>.InitParameters()

Implements

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