Google Cloud Deploy v1 API - Class ListAutomationsRequest (2.15.0)

public sealed class ListAutomationsRequest : IMessage<ListAutomationsRequest>, IEquatable<ListAutomationsRequest>, IDeepCloneable<ListAutomationsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Deploy v1 API class ListAutomationsRequest.

The request object for ListAutomations.

Inheritance

object > ListAutomationsRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ListAutomationsRequest()

public ListAutomationsRequest()

ListAutomationsRequest(ListAutomationsRequest)

public ListAutomationsRequest(ListAutomationsRequest other)
Parameter
NameDescription
otherListAutomationsRequest

Properties

Filter

public string Filter { get; set; }

Filter automations to be returned. All fields can be used in the filter.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Field to sort by.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of automations to return. The service may return fewer than this value. If unspecified, at most 50 automations will be returned. The maximum value is 1000; values above 1000 will be set to 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ListAutomations call. Provide this to retrieve the subsequent page.

When paginating, all other provided parameters match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent Delivery Pipeline, which owns this collection of automations. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}.

Property Value
TypeDescription
string

ParentAsDeliveryPipelineName

public DeliveryPipelineName ParentAsDeliveryPipelineName { get; set; }

DeliveryPipelineName-typed view over the Parent resource name property.

Property Value
TypeDescription
DeliveryPipelineName