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 by the `GetRollout` function in the Google Cloud Deploy V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["It includes properties such as `Name` (a string representing the resource name) and `RolloutName` (a typed view of the `Name` property) for specifying the rollout to retrieve."],["The Google Cloud Deploy V1 API has multiple versions, with the latest being version 3.4.0, and historical versions going back to 1.0.0, all providing access to the GetRolloutRequest."],["This class is part of the Google.Cloud.Deploy.V1 namespace and is contained within the Google.Cloud.Deploy.V1.dll assembly."]]],[]]