public sealed class GetServingConfigRequest : IMessage<GetServingConfigRequest>, IEquatable<GetServingConfigRequest>, IDeepCloneable<GetServingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GetServingConfigRequest.
Request for GetServingConfig method.
Implements
IMessageGetServingConfigRequest, IEquatableGetServingConfigRequest, IDeepCloneableGetServingConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.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}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}
Property Value | |
---|---|
Type | Description |
string |
ServingConfigName
public ServingConfigName ServingConfigName { get; set; }
ServingConfigName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ServingConfigName |