Reference documentation and code samples for the Firestore in Datastore mode Admin V1 API class Google::Cloud::Datastore::Admin::V1::DeleteIndexRequest.
The request for google.datastore.admin.v1.DatastoreAdmin.DeleteIndex.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#index_id
def index_id() -> ::String
Returns
- (::String) — The resource ID of the index to delete.
#index_id=
def index_id=(value) -> ::String
Parameter
- value (::String) — The resource ID of the index to delete.
Returns
- (::String) — The resource ID of the index to delete.
#project_id
def project_id() -> ::String
Returns
- (::String) — Project ID against which to make the request.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Project ID against which to make the request.
Returns
- (::String) — Project ID against which to make the request.