public sealed class FetchDatabasePropertiesRequest : IMessage<FetchDatabasePropertiesRequest>, IEquatable<FetchDatabasePropertiesRequest>, IDeepCloneable<FetchDatabasePropertiesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class FetchDatabasePropertiesRequest.
Request to fetch properties of environment's database.
[[["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 `FetchDatabasePropertiesRequest` class within the Google Cloud Composer v1 API, specifically for version 2.5.0."],["The `FetchDatabasePropertiesRequest` class is used to request information about an environment's database, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Environment`, a string that represents the resource name of the environment, and `EnvironmentAsEnvironmentName`, a typed view over the `Environment` resource name."],["The document also lists all available versions for the `FetchDatabasePropertiesRequest` class, ranging from 1.0.0 to the latest version 2.9.0, with each version having a unique URL link."],["The class has 2 constructors, one is empty, and the other copies from a different instance of the class."]]],[]]