Class: Google::Cloud::Datastore::Admin::V1::CreateIndexRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/admin/v1/datastore_admin.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#index::Google::Cloud::Datastore::Admin::V1::Index

Returns The index to create. The name and state fields are output only and will be ignored. Single property indexes cannot be created or deleted.

Returns:



296
297
298
299
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 296

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

#project_id::String

Returns Project ID against which to make the request.

Returns:

  • (::String)

    Project ID against which to make the request.



296
297
298
299
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 296

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