SaaS Runtime v1beta1 API - Class GetRolloutKindRequest (1.0.0-beta01)
public sealed class GetRolloutKindRequest : IMessage<GetRolloutKindRequest>, IEquatable<GetRolloutKindRequest>, IDeepCloneable<GetRolloutKindRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the SaaS Runtime v1beta1 API class GetRolloutKindRequest.
The request structure for the GetRolloutKind method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[],[],null,["# SaaS Runtime v1beta1 API - Class GetRolloutKindRequest (1.0.0-beta01)\n\n public sealed class GetRolloutKindRequest : IMessage\u003cGetRolloutKindRequest\u003e, IEquatable\u003cGetRolloutKindRequest\u003e, IDeepCloneable\u003cGetRolloutKindRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the SaaS Runtime v1beta1 API class GetRolloutKindRequest.\n\nThe request structure for the GetRolloutKind method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetRolloutKindRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetRolloutKindRequest](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.GetRolloutKindRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetRolloutKindRequest](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.GetRolloutKindRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetRolloutKindRequest](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.GetRolloutKindRequest), [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### GetRolloutKindRequest()\n\n public GetRolloutKindRequest()\n\n### GetRolloutKindRequest(GetRolloutKindRequest)\n\n public GetRolloutKindRequest(GetRolloutKindRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The resource name of the resource within a service.\n\n### RolloutKindName\n\n public RolloutKindName RolloutKindName { get; set; }\n\n[RolloutKindName](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.RolloutKindName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.GetRolloutKindRequest#Google_Cloud_SaasPlatform_SaasServiceMgmt_V1Beta1_GetRolloutKindRequest_Name) resource name property."]]