public sealed class GetServiceRolloutRequest : IMessage<GetServiceRolloutRequest>, IEquatable<GetServiceRolloutRequest>, IDeepCloneable<GetServiceRolloutRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class GetServiceRolloutRequest.
[[["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 document provides reference information for the `GetServiceRolloutRequest` class within the Google Cloud Service Management v1 API, specifically for version 2.3.0."],["`GetServiceRolloutRequest` is a class used to create request messages for the `GetServiceRollout` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServiceRolloutRequest` class includes two constructors, a default constructor and one that accepts another `GetServiceRolloutRequest` as a parameter."],["The class has two key properties: `RolloutId`, which is a required string representing the ID of the rollout resource, and `ServiceName`, which is a required string specifying the name of the service."],["The documentation lists available versions of the API, ranging from version 1.1.0 to the latest version, 2.4.0."]]],[]]