Class ProjectsResource.LocationsResource.AccountConnectorsResource.FetchUserRepositoriesRequest
FetchUserRepositories returns a list of UserRepos that are available for an account connector resource.
Inheritance
ProjectsResource.LocationsResource.AccountConnectorsResource.FetchUserRepositoriesRequest
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AccountConnectorsResource.FetchUserRepositoriesRequest : DeveloperConnectBaseServiceRequest<FetchUserRepositoriesResponse>, IClientServiceRequest<FetchUserRepositoriesResponse>, IClientServiceRequest
Constructors
FetchUserRepositoriesRequest(IClientService, string)
Constructs a new FetchUserRepositories request.
Declaration
public FetchUserRepositoriesRequest(IClientService service, string accountConnector)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | accountConnector |
Properties
AccountConnector
Required. The name of the Account Connector resource in the format:
projects/*/locations/*/accountConnectors/*.
Declaration
[RequestParameter("accountConnector", RequestParameterType.Path)]
public virtual string AccountConnector { get; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
PageSize
Optional. Number of results to return in the list. Defaults to 20.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
Optional. Page start.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Repository
Optional. The name of the repository. When specified, only the UserRepository with this name will be returned if the repository is accessible under this Account Connector for the calling user.
Declaration
[RequestParameter("repository", RequestParameterType.Query)]
public virtual string Repository { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes FetchUserRepositories parameter list.
Declaration
protected override void InitParameters()