public sealed class ListRepositoriesRequest : IMessage<ListRepositoriesRequest>, IEquatable<ListRepositoriesRequest>, IDeepCloneable<ListRepositoriesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Dataform v1beta1 API class ListRepositoriesRequest.
ListRepositories
request message.
Implements
IMessageListRepositoriesRequest, IEquatableListRepositoriesRequest, IDeepCloneableListRepositoriesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
ListRepositoriesRequest()
public ListRepositoriesRequest()
ListRepositoriesRequest(ListRepositoriesRequest)
public ListRepositoriesRequest(ListRepositoriesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListRepositoriesRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filter for the returned list.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. This field only supports ordering by name
. If unspecified, the
server will choose the ordering. If specified, the default order is
ascending for the name
field.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Maximum number of repositories to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. Page token received from a previous ListRepositories
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRepositories
must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The location in which to list repositories. Must be in the format
projects/*/locations/*
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |