class Google::Apis::DatastoreV1::GoogleDatastoreAdminV1IndexOperationMetadata
Metadata for Index operations.
Attributes
common[RW]
Metadata common to all Datastore Admin operations. Corresponds to the JSON property `common` @return [Google::Apis::DatastoreV1::GoogleDatastoreAdminV1CommonMetadata]
index_id[RW]
The index resource ID that this operation is acting on. Corresponds to the JSON property `indexId` @return [String]
progress_entities[RW]
Measures the progress of a particular metric. Corresponds to the JSON property `progressEntities` @return [Google::Apis::DatastoreV1::GoogleDatastoreAdminV1Progress]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastore_v1/classes.rb, line 700 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datastore_v1/classes.rb, line 705 def update!(**args) @common = args[:common] if args.key?(:common) @index_id = args[:index_id] if args.key?(:index_id) @progress_entities = args[:progress_entities] if args.key?(:progress_entities) end