public sealed class ListReleaseConfigsRequest : IMessage<ListReleaseConfigsRequest>, IEquatable<ListReleaseConfigsRequest>, IDeepCloneable<ListReleaseConfigsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Dataform v1beta1 API class ListReleaseConfigsRequest.
ListReleaseConfigs
request message.
Implements
IMessageListReleaseConfigsRequest, IEquatableListReleaseConfigsRequest, IDeepCloneableListReleaseConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.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
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 |