Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::CreateSchemaRequest.
Request message for SchemaService.CreateSchema method.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#parent
def parent() -> ::String-  (::String) — Required. The parent data store resource name, in the format of 
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}. 
#parent=
def parent=(value) -> ::String-  value (::String) — Required. The parent data store resource name, in the format of 
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}. 
-  (::String) — Required. The parent data store resource name, in the format of 
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}. 
#schema
def schema() -> ::Google::Cloud::DiscoveryEngine::V1::Schema- (::Google::Cloud::DiscoveryEngine::V1::Schema) — Required. The Schema to create.
 
#schema=
def schema=(value) -> ::Google::Cloud::DiscoveryEngine::V1::Schema- value (::Google::Cloud::DiscoveryEngine::V1::Schema) — Required. The Schema to create.
 
- (::Google::Cloud::DiscoveryEngine::V1::Schema) — Required. The Schema to create.
 
#schema_id
def schema_id() -> ::String-  (::String) — Required. The ID to use for the Schema, which becomes the final component of the Schema.name.
This field should conform to RFC-1034 standard with a length limit of 63 characters.
 
#schema_id=
def schema_id=(value) -> ::String-  value (::String) — Required. The ID to use for the Schema, which becomes the final component of the Schema.name.
This field should conform to RFC-1034 standard with a length limit of 63 characters.
 
-  (::String) — Required. The ID to use for the Schema, which becomes the final component of the Schema.name.
This field should conform to RFC-1034 standard with a length limit of 63 characters.