public sealed class GetCompletionConfigRequest : IMessage<GetCompletionConfigRequest>, IEquatable<GetCompletionConfigRequest>, IDeepCloneable<GetCompletionConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class GetCompletionConfigRequest.
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 page provides reference documentation for the `GetCompletionConfigRequest` class within the Google Cloud Retail v2 API."],["The latest available version of the `GetCompletionConfigRequest` class is 2.12.0, with multiple older versions also documented, ranging back to version 1.0.0."],["The `GetCompletionConfigRequest` class is used to request data using the `CatalogService.GetCompletionConfig` method and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCompletionConfigRequest` class includes properties such as `CompletionConfigName` and `Name`, which are used to specify the resource being requested and the resource name."],["The class offers two constructors: a default parameterless one and another one that accepts an existing `GetCompletionConfigRequest` instance, allowing for easy cloning of instances."]]],[]]