public sealed class CreateServingConfigRequest : IMessage<CreateServingConfigRequest>, IEquatable<CreateServingConfigRequest>, IDeepCloneable<CreateServingConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class CreateServingConfigRequest.
Request for CreateServingConfig method.
Implements
IMessageCreateServingConfigRequest, IEquatableCreateServingConfigRequest, IDeepCloneableCreateServingConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |
|