Retail v2 API - Class GetServingConfigRequest (2.4.0)

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

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

Request for GetServingConfig method.

Inheritance

Object > GetServingConfigRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

GetServingConfigRequest()

public GetServingConfigRequest()

GetServingConfigRequest(GetServingConfigRequest)

public GetServingConfigRequest(GetServingConfigRequest other)
Parameter
NameDescription
otherGetServingConfigRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the ServingConfig to get. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}

Property Value
TypeDescription
String

ServingConfigName

public ServingConfigName ServingConfigName { get; set; }

ServingConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
ServingConfigName