public sealed class GetCompletionConfigRequest : IMessage<GetCompletionConfigRequest>, IEquatable<GetCompletionConfigRequest>, IDeepCloneable<GetCompletionConfigRequest>, IBufferMessage, IMessage
Request for
[CatalogService.GetCompletionConfig][google.cloud.retail.v2.CatalogService.GetCompletionConfig]
method.
[[["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 webpage details the `GetCompletionConfigRequest` class within the `Google.Cloud.Retail.V2` namespace, used for requesting data from the `CatalogService.GetCompletionConfig` method."],["The page outlines the class's inheritance from `Object` and its implementation of various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default parameterless one and another that accepts a `GetCompletionConfigRequest` object as a parameter."],["Key properties of `GetCompletionConfigRequest` include `CompletionConfigName`, which is a typed view over the resource name, and `Name`, which represents the full CompletionConfig resource name, requiring a specific format."],["The documentation provides a list of versions ranging from 1.0.0 to the latest 2.12.0, each with its own specific URL within the Google Cloud Retail V2 documentation."]]],[]]