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

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

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

Request for [EngineService.CreateEngine][google.cloud.discoveryengine.v1beta.EngineService.CreateEngine] method.

Inheritance

object > CreateEngineRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

CreateEngineRequest()

public CreateEngineRequest()

CreateEngineRequest(CreateEngineRequest)

public CreateEngineRequest(CreateEngineRequest other)
Parameter
NameDescription
otherCreateEngineRequest

Properties

Engine

public Engine Engine { get; set; }

Required. The [Engine][google.cloud.discoveryengine.v1beta.Engine] to create.

Property Value
TypeDescription
Engine

EngineId

public string EngineId { get; set; }

Required. The ID to use for the [Engine][google.cloud.discoveryengine.v1beta.Engine], which will become the final component of the [Engine][google.cloud.discoveryengine.v1beta.Engine]'s resource name.

This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent resource name, such as projects/{project}/locations/{location}/collections/{collection}.

Property Value
TypeDescription
string

ParentAsCollectionName

public CollectionName ParentAsCollectionName { get; set; }

CollectionName-typed view over the Parent resource name property.

Property Value
TypeDescription
CollectionName