Class: Google::Cloud::Datastore::Admin::V1::GetIndexRequest

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_id::String

Returns The resource ID of the index to get.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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