public sealed class GetRolloutRequest : IMessage<GetRolloutRequest>, IEquatable<GetRolloutRequest>, IDeepCloneable<GetRolloutRequest>, IBufferMessage, IMessage
GetRolloutRequest is the request object used by GetRollout.
Required. Name of the Rollout. Format must be
projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}.
[[["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 `GetRolloutRequest` class is a request object used to retrieve rollout information, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is part of the `Google.Cloud.Deploy.V1` namespace, and its latest version is 3.4.0 with multiple versions listed from 1.0.0 to 3.4.0 for reference, all of which provide the GetRolloutRequest."],["`GetRolloutRequest` has two constructors: a default constructor and one that takes another `GetRolloutRequest` object as a parameter for initialization."],["The class features properties `Name`, a string representing the resource name of the rollout, and `RolloutName`, a typed view of the `Name` property, to be used for retrieval of the rollout."]]],[]]