Retail v2 API - Class CreateServingConfigRequest (2.8.0)

public sealed class CreateServingConfigRequest : IMessage<CreateServingConfigRequest>, IEquatable<CreateServingConfigRequest>, IDeepCloneable<CreateServingConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class CreateServingConfigRequest.

Request for CreateServingConfig method.

Inheritance

object > CreateServingConfigRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

CreateServingConfigRequest()

public CreateServingConfigRequest()

CreateServingConfigRequest(CreateServingConfigRequest)

public CreateServingConfigRequest(CreateServingConfigRequest other)
Parameter
NameDescription
otherCreateServingConfigRequest

Properties

Parent

public string Parent { get; set; }

Required. Full resource name of parent. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}

Property Value
TypeDescription
string

ParentAsCatalogName

public CatalogName ParentAsCatalogName { get; set; }

CatalogName-typed view over the Parent resource name property.

Property Value
TypeDescription
CatalogName

ServingConfig

public ServingConfig ServingConfig { get; set; }

Required. The ServingConfig to create.

Property Value
TypeDescription
ServingConfig

ServingConfigId

public string ServingConfigId { get; set; }

Required. The ID to use for the ServingConfig, which will become the final component of the ServingConfig's resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-_/.

Property Value
TypeDescription
string