public sealed class ListReleaseConfigsRequest : IMessage<ListReleaseConfigsRequest>, IEquatable<ListReleaseConfigsRequest>, IDeepCloneable<ListReleaseConfigsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Dataform v1 API class ListReleaseConfigsRequest.
ListReleaseConfigs request message.
Implements
IMessageListReleaseConfigsRequest, IEquatableListReleaseConfigsRequest, IDeepCloneableListReleaseConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
ListReleaseConfigsRequest()
public ListReleaseConfigsRequest()ListReleaseConfigsRequest(ListReleaseConfigsRequest)
public ListReleaseConfigsRequest(ListReleaseConfigsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListReleaseConfigsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. Maximum number of release configs 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 ListReleaseConfigs call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListReleaseConfigs,
with the exception of page_size, must match the call that provided the
page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The repository in which to list release configs. Must be in the
format projects/*/locations/*/repositories/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsRepositoryName
public RepositoryName ParentAsRepositoryName { get; set; }RepositoryName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
RepositoryName |
|