Dataform v1beta1 API - Class ListReleaseConfigsRequest (1.0.0-beta05)

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.

Inheritance

object > ListReleaseConfigsRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

ListReleaseConfigsRequest()

public ListReleaseConfigsRequest()

ListReleaseConfigsRequest(ListReleaseConfigsRequest)

public ListReleaseConfigsRequest(ListReleaseConfigsRequest other)
Parameter
NameDescription
otherListReleaseConfigsRequest

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
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsRepositoryName

public RepositoryName ParentAsRepositoryName { get; set; }

RepositoryName-typed view over the Parent resource name property.

Property Value
TypeDescription
RepositoryName