Class: Google::Cloud::Datastore::Admin::V1::GetIndexRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::Admin::V1::GetIndexRequest
- 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.GetIndex.
Instance Attribute Summary collapse
-
#index_id ⇒ ::String
The resource ID of the index to get.
-
#project_id ⇒ ::String
Project ID against which to make the request.
Instance Attribute Details
#index_id ⇒ ::String
Returns The resource ID of the index to get.
322 323 324 325 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 322 class GetIndexRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Project ID against which to make the request.
322 323 324 325 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 322 class GetIndexRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |