public sealed class GetRuntimeConfigRequest : IMessage<GetRuntimeConfigRequest>, IEquatable<GetRuntimeConfigRequest>, IDeepCloneable<GetRuntimeConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class GetRuntimeConfigRequest.
[[["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 documentation for the `GetRuntimeConfigRequest` class within the Integration Connectors v1 API."],["`GetRuntimeConfigRequest` is a request message class used for the `Connectors.GetRuntimeConfig` method, which inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default constructor and one that takes another `GetRuntimeConfigRequest` instance as a parameter, allowing for the creation of copies."],["It contains two main properties: `Name`, a string representing the resource name, and `RuntimeConfigName`, a typed view over the `Name` property."],["The class belongs to the namespace `Google.Cloud.Connectors.V1` and is part of the `Google.Cloud.Connectors.V1.dll` assembly, and has versions ranging from 1.0.0 to the latest 1.3.0."]]],[]]