public sealed class GetFeatureOnlineStoreRequest : IMessage<GetFeatureOnlineStoreRequest>, IEquatable<GetFeatureOnlineStoreRequest>, IDeepCloneable<GetFeatureOnlineStoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetFeatureOnlineStoreRequest.
Request message for
[FeatureOnlineStoreAdminService.GetFeatureOnlineStore][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminService.GetFeatureOnlineStore].
[[["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."],[[["This document provides reference information for the `GetFeatureOnlineStoreRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`GetFeatureOnlineStoreRequest` is a request message used to retrieve a FeatureOnlineStore resource via the `FeatureOnlineStoreAdminService.GetFeatureOnlineStore` method."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, a default constructor and one that accepts another `GetFeatureOnlineStoreRequest` instance, allowing for object cloning."],["It has two properties: `FeatureOnlineStoreName`, a typed view over the resource `Name`, and `Name`, a string representing the name of the FeatureOnlineStore resource, which is required."]]],[]]