Class ListReleasesRequest (2.0.0)

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

The request object for ListReleases .

Inheritance

Object > ListReleasesRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ListReleasesRequest()

 public ListReleasesRequest() 

ListReleasesRequest(ListReleasesRequest)

 public ListReleasesRequest(ListReleasesRequest other) 
Parameter
Name
Description

Properties

Filter

 public string Filter { get; set; } 

Optional. Filter releases to be returned. See https://google.aip.dev/160 for more details.

Property Value
Type
Description

OrderBy

 public string OrderBy { get; set; } 

Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.

Property Value
Type
Description

PageSize

 public int PageSize { get; set; } 

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

Property Value
Type
Description

PageToken

 public string PageToken { get; set; } 

Optional. A page token, received from a previous ListReleases 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

Parent

 public string Parent { get; set; } 

Required. The DeliveryPipeline which owns this collection of Release objects.

Property Value
Type
Description

ParentAsDeliveryPipelineName

 public DeliveryPipelineName ParentAsDeliveryPipelineName { get; set; } 

DeliveryPipelineName -typed view over the Parent resource name property.

Property Value
Type
Description