Required. Use filter to return subset of rollouts.
The following filters are supported:
-- To limit the results to only those in
status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS',
use filter='status=SUCCESS'
-- To limit the results to those in
status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED'
or 'FAILED', use filter='status=CANCELLED OR status=FAILED'
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available is 2.4.0, and previous versions are accessible, ranging back to 1.1.0, allowing users to reference specific past versions."],["`ListServiceRolloutsRequest` is a message class used to request a list of service rollouts and is part of the `Google.Cloud.ServiceManagement.V1` namespace within the Google Cloud Service Management .NET library."],["The class `ListServiceRolloutsRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, providing functionalities such as deep cloning, buffering, and pagination."],["Key properties of the `ListServiceRolloutsRequest` class include `Filter`, `PageSize`, `PageToken`, and `ServiceName`, allowing users to filter results, set the number of items per page, specify a page token for retrieval, and indicate the target service."],["The `ListServiceRolloutsRequest` supports the ability to be constructed with no argument using `ListServiceRolloutsRequest()`, or using another instance of the same class as a parameter to copy its values using `ListServiceRolloutsRequest(ListServiceRolloutsRequest other)`."]]],[]]