public sealed class CreateServingConfigRequest : IMessage<CreateServingConfigRequest>, IEquatable<CreateServingConfigRequest>, IDeepCloneable<CreateServingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class CreateServingConfigRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `CreateServingConfigRequest` class within the Google Cloud Retail v2 API, specifically for version 2.6.0, and is a request class used for the `CreateServingConfig` method."],["The `CreateServingConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["This API class has two constructors, one default and one that takes another `CreateServingConfigRequest` instance, and includes properties such as `Parent`, `ParentAsCatalogName`, `ServingConfig`, and `ServingConfigId` for configuring a serving configuration request."],["The documentation outlines the required inputs for creating a serving configuration which includes a `Parent` resource name, a `ServingConfig` object and a `ServingConfigId`, with the ID having specific length and character constraints."],["The document provides links to documentation of multiple previous versions of the `CreateServingConfigRequest` class, all the way back to version 1.0.0, and up to the latest version, 2.12.0."]]],[]]