public sealed class GetMembershipRequest : IMessage<GetMembershipRequest>, IEquatable<GetMembershipRequest>, IDeepCloneable<GetMembershipRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class GetMembershipRequest.
Request message for GkeHubMembershipService.GetMembership method.
[[["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 provides reference documentation for the `GetMembershipRequest` class within the Google Cloud GKE Hub v1beta1 API, specifically version 2.0.0-beta06."],["`GetMembershipRequest` is a request message used for the `GkeHubMembershipService.GetMembership` method, designed to fetch membership details."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It has two constructors: a default constructor and one that accepts another `GetMembershipRequest` object to create a copy, and has two properties: `MembershipName` which provides a typed view for the resource name, and `Name` a string property containing the required Membership resource name."],["There are three different versions of this API linked on this page, the latest version `2.0.0-beta07`, `2.0.0-beta06` and `1.0.0-beta04`."]]],[]]