public sealed class GetApiConfigRequest : IMessage<GetApiConfigRequest>, IEquatable<GetApiConfigRequest>, IDeepCloneable<GetApiConfigRequest>, IBufferMessage, IMessage
Request message for ApiGatewayService.GetApiConfig
[[["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 latest version of `GetApiConfigRequest` is 2.4.0, which is part of the Google Cloud API Gateway V1."],["`GetApiConfigRequest` is a request message used for the `ApiGatewayService.GetApiConfig` method, found within the namespace `Google.Cloud.ApiGateway.V1`."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling API configuration requests."],["The class contains properties such as `ApiConfigName`, `Name`, and `View` to manage the API configuration request parameters, with `Name` being a required resource name parameter in a specific format."],["Available versions of the `GetApiConfigRequest` class range from 1.0.0 to 2.4.0, each accessible via a unique URL."]]],[]]