public sealed class GetMetadataStoreRequest : IMessage<GetMetadataStoreRequest>, IEquatable<GetMetadataStoreRequest>, IDeepCloneable<GetMetadataStoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["The `GetMetadataStoreRequest` class is a request message for retrieving a MetadataStore using the `MetadataService.GetMetadataStore` method in the Cloud AI Platform v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `GetMetadataStoreRequest` class contains two constructors: a parameterless constructor and one that takes another `GetMetadataStoreRequest` instance as a parameter."],["The `GetMetadataStoreRequest` class has two properties, `MetadataStoreName` which is a typed view of the resource name, and `Name` which is the string value of the resource name for the MetadataStore, required to retrieve it, with a defined format."]]],[]]