public sealed class GetFeaturestoreRequest : IMessage<GetFeaturestoreRequest>, IEquatable<GetFeaturestoreRequest>, IDeepCloneable<GetFeaturestoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetFeaturestoreRequest.
Request message for
[FeaturestoreService.GetFeaturestore][google.cloud.aiplatform.v1beta1.FeaturestoreService.GetFeaturestore].
[[["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 `GetFeaturestoreRequest` class is a request message for the `FeaturestoreService.GetFeaturestore` method within the Cloud AI Platform v1beta1 API."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetFeaturestoreRequest` class includes constructors for creating new instances, either default or by copying an existing `GetFeaturestoreRequest`."],["It contains two properties: `FeaturestoreName`, which is a typed view over the resource name, and `Name`, a string that represents the required name of the Featurestore resource."]]],[]]