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.
Required. The parent data store resource name, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eCreateSchemaRequest\u003c/code\u003e is a class within the Google Cloud Discovery Engine v1beta API, specifically used as a request message for the \u003ccode\u003eSchemaService.CreateSchema\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties like \u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eParentAsDataStoreName\u003c/code\u003e, \u003ccode\u003eSchema\u003c/code\u003e, and \u003ccode\u003eSchemaId\u003c/code\u003e, which are crucial for defining the data store and the schema to be created within the Discovery Engine.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateSchemaRequest\u003c/code\u003e class has two constructors, one default and one that takes another \u003ccode\u003eCreateSchemaRequest\u003c/code\u003e object to create a new object with the same values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSchemaId\u003c/code\u003e property must conform to RFC-1034 standards and be 63 characters or less in length.\u003c/p\u003e\n"]]],[],null,[]]