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.
Implements
IMessage<GetServingConfigRequest>, IEquatable<GetServingConfigRequest>, IDeepCloneable<GetServingConfigRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
GetServingConfigRequest()
public GetServingConfigRequest()
GetServingConfigRequest(GetServingConfigRequest)
public GetServingConfigRequest(GetServingConfigRequest other)
Parameter | |
---|---|
Name | Description |
other | GetServingConfigRequest |
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 | |
---|---|
Type | Description |
System.String |
ServingConfigName
public ServingConfigName ServingConfigName { get; set; }
ServingConfigName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ServingConfigName |