Discovery Engine v1beta API - Class GetServingConfigRequest (1.0.0-beta12)

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.

Inheritance

object > GetServingConfigRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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}/collections/{collection}/engines/{engine}/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