Cloud Build v2 API - Class FetchLinkableRepositoriesRequest (1.3.0)

public sealed class FetchLinkableRepositoriesRequest : IMessage<FetchLinkableRepositoriesRequest>, IEquatable<FetchLinkableRepositoriesRequest>, IDeepCloneable<FetchLinkableRepositoriesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Build v2 API class FetchLinkableRepositoriesRequest.

Request message for FetchLinkableRepositories.

Inheritance

object > FetchLinkableRepositoriesRequest

Namespace

Google.Cloud.CloudBuild.V2

Assembly

Google.Cloud.CloudBuild.V2.dll

Constructors

FetchLinkableRepositoriesRequest()

public FetchLinkableRepositoriesRequest()

FetchLinkableRepositoriesRequest(FetchLinkableRepositoriesRequest)

public FetchLinkableRepositoriesRequest(FetchLinkableRepositoriesRequest other)
Parameter
NameDescription
otherFetchLinkableRepositoriesRequest

Properties

Connection

public string Connection { get; set; }

Required. The name of the Connection. Format: projects/*/locations/*/connections/*.

Property Value
TypeDescription
string

ConnectionAsConnectionName

public ConnectionName ConnectionAsConnectionName { get; set; }

ConnectionName-typed view over the Connection resource name property.

Property Value
TypeDescription
ConnectionName

PageSize

public int PageSize { get; set; }

Number of results to return in the list. Default to 20.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Page start.

Property Value
TypeDescription
string