Class: Google::Cloud::DiscoveryEngine::V1::CreateSchemaRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::CreateSchemaRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/schema_service.rb
Overview
Request message for SchemaService.CreateSchema method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#schema ⇒ ::Google::Cloud::DiscoveryEngine::V1::Schema
Required.
-
#schema_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent data store resource name, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
103 104 105 106 |
# File 'proto_docs/google/cloud/discoveryengine/v1/schema_service.rb', line 103 class CreateSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::Google::Cloud::DiscoveryEngine::V1::Schema
Returns Required. The Schema to create.
103 104 105 106 |
# File 'proto_docs/google/cloud/discoveryengine/v1/schema_service.rb', line 103 class CreateSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema_id ⇒ ::String
Returns Required. The ID to use for the Schema, which will become the final component of the Schema.name.
This field should conform to RFC-1034 standard with a length limit of 63 characters.
103 104 105 106 |
# File 'proto_docs/google/cloud/discoveryengine/v1/schema_service.rb', line 103 class CreateSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |