Class: Google::Cloud::DiscoveryEngine::V1beta::CreateSchemaRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb

Overview

Request message for SchemaService.CreateSchema method.

Instance Attribute Summary collapse

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}.

Returns:

  • (::String)

    Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.



104
105
106
107
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb', line 104

class CreateSchemaRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schema::Google::Cloud::DiscoveryEngine::V1beta::Schema

Returns Required. The Schema to create.

Returns:



104
105
106
107
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb', line 104

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.

Returns:

  • (::String)

    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.



104
105
106
107
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb', line 104

class CreateSchemaRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end