Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ReposResource

The "repos" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ReposResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudBuild.v1
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ReposResource

Constructors

ReposResource(IClientService)

Constructs a new resource.

Declaration
public ReposResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

List all repositories for a given BitbucketServerConfig. This API is experimental.

Declaration
public virtual ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ReposResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Name of the parent resource.

Returns
Type Description
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ReposResource.ListRequest
In this article
Back to top Generated by DocFX