Class: Google::Cloud::Datastore::Admin::V1::CreateIndexRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::Admin::V1::CreateIndexRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/admin/v1/datastore_admin.rb
Overview
The request for google.datastore.admin.v1.DatastoreAdmin.CreateIndex.
Instance Attribute Summary collapse
-
#index ⇒ ::Google::Cloud::Datastore::Admin::V1::Index
The index to create.
-
#project_id ⇒ ::String
Project ID against which to make the request.
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.
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.
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 |