public sealed class ListAutomationRunsRequest : IMessage<ListAutomationRunsRequest>, IEquatable<ListAutomationRunsRequest>, IDeepCloneable<ListAutomationRunsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Deploy v1 API class ListAutomationRunsRequest.
The request object for ListAutomationRuns.
Implements
IMessageListAutomationRunsRequest, IEquatableListAutomationRunsRequest, IDeepCloneableListAutomationRunsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
ListAutomationRunsRequest()
public ListAutomationRunsRequest()ListAutomationRunsRequest(ListAutomationRunsRequest)
public ListAutomationRunsRequest(ListAutomationRunsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAutomationRunsRequest |
Properties
Filter
public string Filter { get; set; }Filter automationRuns to be returned. All fields can be used in the filter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Field to sort by.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }The maximum number of automationRuns to return. The service may return fewer than this value. If unspecified, at most 50 automationRuns will be returned. The maximum value is 1000; values above 1000 will be set to 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A page token, received from a previous ListAutomationRuns call.
Provide this to retrieve the subsequent page.
When paginating, all other provided parameters match the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent Delivery Pipeline, which owns this collection of
automationRuns. Format must be
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsDeliveryPipelineName
public DeliveryPipelineName ParentAsDeliveryPipelineName { get; set; }DeliveryPipelineName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
DeliveryPipelineName |
|