public sealed class CreateSchemaRequest : IMessage<CreateSchemaRequest>, IEquatable<CreateSchemaRequest>, IDeepCloneable<CreateSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class CreateSchemaRequest.
Request message for [SchemaService.CreateSchema][google.cloud.discoveryengine.v1beta.SchemaService.CreateSchema] method.
Implements
IMessageCreateSchemaRequest, IEquatableCreateSchemaRequest, IDeepCloneableCreateSchemaRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
CreateSchemaRequest()
public CreateSchemaRequest()
CreateSchemaRequest(CreateSchemaRequest)
public CreateSchemaRequest(CreateSchemaRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateSchemaRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent data store resource name, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
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 |
Schema
public Schema Schema { get; set; }
Required. The [Schema][google.cloud.discoveryengine.v1beta.Schema] to create.
Property Value | |
---|---|
Type | Description |
Schema |
SchemaId
public string SchemaId { get; set; }
Required. The ID to use for the [Schema][google.cloud.discoveryengine.v1beta.Schema], which becomes the final component of the [Schema.name][google.cloud.discoveryengine.v1beta.Schema.name].
This field should conform to RFC-1034 standard with a length limit of 63 characters.
Property Value | |
---|---|
Type | Description |
string |