public sealed class ListCompilationResultsRequest : IMessage<ListCompilationResultsRequest>, IEquatable<ListCompilationResultsRequest>, IDeepCloneable<ListCompilationResultsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Dataform v1beta1 API class ListCompilationResultsRequest.
ListCompilationResults
request message.
Implements
IMessageListCompilationResultsRequest, IEquatableListCompilationResultsRequest, IDeepCloneableListCompilationResultsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
ListCompilationResultsRequest()
public ListCompilationResultsRequest()
ListCompilationResultsRequest(ListCompilationResultsRequest)
public ListCompilationResultsRequest(ListCompilationResultsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListCompilationResultsRequest |
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
and create_time
.
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 compilation results 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 ListCompilationResults
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCompilationResults
,
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 compilation results. 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 |