Discovery Engine v1beta API - Class CreateServingConfigRequest (1.0.0-beta24)

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

Reference documentation and code samples for the Discovery Engine v1beta API class CreateServingConfigRequest.

Request for CreateServingConfig method.

Inheritance

object > CreateServingConfigRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

CreateServingConfigRequest()

public CreateServingConfigRequest()

CreateServingConfigRequest(CreateServingConfigRequest)

public CreateServingConfigRequest(CreateServingConfigRequest other)
Parameter
Name Description
other CreateServingConfigRequest

Properties

Parent

public string Parent { get; set; }

Required. Full resource name of parent. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}

Property Value
Type Description
string

ParentAsDataStoreName

public DataStoreName ParentAsDataStoreName { get; set; }

DataStoreName-typed view over the Parent resource name property.

Property Value
Type Description
DataStoreName

ParentAsEngineName

public EngineName ParentAsEngineName { get; set; }

EngineName-typed view over the Parent resource name property.

Property Value
Type Description
EngineName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
Type Description
IResourceName

ServingConfig

public ServingConfig ServingConfig { get; set; }

Required. The ServingConfig to create.

Property Value
Type Description
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-zA-Z0-9][a-zA-Z0-9_-]+/.

Property Value
Type Description
string