public sealed class GetMetadataStoreRequest : IMessage<GetMetadataStoreRequest>, IEquatable<GetMetadataStoreRequest>, IDeepCloneable<GetMetadataStoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetMetadataStoreRequest.
Request message for
[MetadataService.GetMetadataStore][google.cloud.aiplatform.v1beta1.MetadataService.GetMetadataStore].
[[["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-25 UTC."],[[["`GetMetadataStoreRequest` is a class in the Vertex AI v1beta1 API, serving as the request message for retrieving a specific MetadataStore."],["It inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and object comparison."],["The class contains two constructors, one default and another allowing to deep copy an existing `GetMetadataStoreRequest`."],["It includes two key properties, `MetadataStoreName` and `Name`, which are used to specify the MetadataStore resource to be retrieved, with `Name` requiring a specific format."],["It belongs to the namespace `Google.Cloud.AIPlatform.V1Beta1`, and is found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]