SaaS Runtime v1beta1 API - Class RolloutControl.Types.RunRolloutActionParams (1.0.0-beta01)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class RolloutControl.Types.RunRolloutActionParams : IMessage<RolloutControl.Types.RunRolloutActionParams>, IEquatable<RolloutControl.Types.RunRolloutActionParams>, IDeepCloneable<RolloutControl.Types.RunRolloutActionParams>, IBufferMessage, IMessage
Reference documentation and code samples for the SaaS Runtime v1beta1 API class RolloutControl.Types.RunRolloutActionParams.
Parameters for the RUN action controlling the behavior of the rollout
when it is resumed from a PAUSED state.
Required. If true, the rollout will retry failed operations when resumed.
This is applicable only the current state of the Rollout is PAUSED and
the requested action is RUN.
[[["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-09-04 UTC."],[],[],null,["# SaaS Runtime v1beta1 API - Class RolloutControl.Types.RunRolloutActionParams (1.0.0-beta01)\n\n public sealed class RolloutControl.Types.RunRolloutActionParams : IMessage\u003cRolloutControl.Types.RunRolloutActionParams\u003e, IEquatable\u003cRolloutControl.Types.RunRolloutActionParams\u003e, IDeepCloneable\u003cRolloutControl.Types.RunRolloutActionParams\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the SaaS Runtime v1beta1 API class RolloutControl.Types.RunRolloutActionParams.\n\nParameters for the RUN action controlling the behavior of the rollout\nwhen it is resumed from a PAUSED state. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RolloutControl.Types.RunRolloutActionParams \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RolloutControl](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl)[Types](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl.Types)[RunRolloutActionParams](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl.Types.RunRolloutActionParams), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RolloutControl](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl)[Types](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl.Types)[RunRolloutActionParams](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl.Types.RunRolloutActionParams), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RolloutControl](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl)[Types](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl.Types)[RunRolloutActionParams](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutControl.Types.RunRolloutActionParams), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll\n\nConstructors\n------------\n\n### RunRolloutActionParams()\n\n public RunRolloutActionParams()\n\n### RunRolloutActionParams(RunRolloutActionParams)\n\n public RunRolloutActionParams(RolloutControl.Types.RunRolloutActionParams other)\n\nProperties\n----------\n\n### RetryFailedOperations\n\n public bool RetryFailedOperations { get; set; }\n\nRequired. If true, the rollout will retry failed operations when resumed.\nThis is applicable only the current state of the Rollout is PAUSED and\nthe requested action is RUN."]]