Class: Google::Cloud::DiscoveryEngine::V1beta::Schema

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

Overview

Defines the structure and layout of a type of document data.

Instance Attribute Summary collapse

Instance Attribute Details

#json_schema::String

Returns The JSON representation of the schema.

Returns:

  • (::String)

    The JSON representation of the schema.



38
39
40
41
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema.rb', line 38

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

#name::String

Returns Immutable. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

This field must be a UTF-8 encoded string with a length limit of 1024 characters.

Returns:

  • (::String)

    Immutable. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

    This field must be a UTF-8 encoded string with a length limit of 1024 characters.



38
39
40
41
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema.rb', line 38

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

#struct_schema::Google::Protobuf::Struct

Returns The structured representation of the schema.

Returns:



38
39
40
41
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema.rb', line 38

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