public sealed class GetServiceRolloutRequest : IMessage<GetServiceRolloutRequest>, IEquatable<GetServiceRolloutRequest>, IDeepCloneable<GetServiceRolloutRequest>, IBufferMessage, IMessage
[[["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."],[[["This page details the `GetServiceRolloutRequest` class, which is a request message used for the `GetServiceRollout` method within the Google Cloud Service Management V1 API."],["The `GetServiceRolloutRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors: a default constructor (`GetServiceRolloutRequest()`) and a copy constructor (`GetServiceRolloutRequest(GetServiceRolloutRequest other)`), allowing for the creation of new instances and copies."],["It includes two key properties: `RolloutId`, a string representing the required rollout resource ID, and `ServiceName`, a string indicating the required service name, adhering to specific naming conventions."],["This page also provides a link to versions of this request from 1.1.0 up to the latest 2.4.0, with all the versions listed, and an indication that version 2.4.0 is the latest."]]],[]]