public sealed class ListDeliveryPipelinesRequest : IMessage<ListDeliveryPipelinesRequest>, IEquatable<ListDeliveryPipelinesRequest>, IDeepCloneable<ListDeliveryPipelinesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Deploy v1 API class ListDeliveryPipelinesRequest.
The request object for ListDeliveryPipelines.
Implements
IMessage<ListDeliveryPipelinesRequest>, IEquatable<ListDeliveryPipelinesRequest>, IDeepCloneable<ListDeliveryPipelinesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
ListDeliveryPipelinesRequest()
public ListDeliveryPipelinesRequest()ListDeliveryPipelinesRequest(ListDeliveryPipelinesRequest)
public ListDeliveryPipelinesRequest(ListDeliveryPipelinesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeliveryPipelinesRequest |
Properties
Filter
public string Filter { get; set; }Filter pipelines to be returned. See https://google.aip.dev/160 for more details.
| Property Value | |
|---|---|
| Type | Description |
String |
|
OrderBy
public string OrderBy { get; set; }Field to sort by. See https://google.aip.dev/132#ordering for more details.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PageSize
public int PageSize { get; set; }The maximum number of pipelines to return. The service may return fewer than this value. If unspecified, at most 50 pipelines will be returned. The maximum value is 1000; values above 1000 will be set to 1000.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }A page token, received from a previous ListDeliveryPipelines 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, which owns this collection of pipelines. Format must be projects/{project_id}/locations/{location_name}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|