public sealed class ListRepositoriesRequest : IMessage<ListRepositoriesRequest>, IEquatable<ListRepositoriesRequest>, IDeepCloneable<ListRepositoriesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Build v2 API class ListRepositoriesRequest.
Message for requesting list of Repositories.
Implements
IMessageListRepositoriesRequest, IEquatableListRepositoriesRequest, IDeepCloneableListRepositoriesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CloudBuild.V2Assembly
Google.Cloud.CloudBuild.V2.dll
Constructors
ListRepositoriesRequest()
public ListRepositoriesRequest()
ListRepositoriesRequest(ListRepositoriesRequest)
public ListRepositoriesRequest(ListRepositoriesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListRepositoriesRequest |
Properties
Filter
public string Filter { get; set; }
A filter expression that filters resources listed in the response.
Expressions must follow API improvement proposal
AIP-160. e.g.
remote_uri:"https://github.com*"
.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Number of results to return in the list.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Page start.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent, which owns this collection of Repositories.
Format: projects/*/locations/*/connections/*
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsConnectionName
public ConnectionName ParentAsConnectionName { get; set; }
ConnectionName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ConnectionName |