generated/google/apis/datastore_v1beta3/classes.rb in google-api-client-0.36.0 vs generated/google/apis/datastore_v1beta3/classes.rb in google-api-client-0.36.1

- old
+ new

@@ -24,11 +24,11 @@ # The request for Datastore.AllocateIds. class AllocateIdsRequest include Google::Apis::Core::Hashable - # A list of keys with incomplete key paths for which to allocate IDs. + # Required. A list of keys with incomplete key paths for which to allocate IDs. # No key may be reserved/read-only. # Corresponds to the JSON property `keys` # @return [Array<Google::Apis::DatastoreV1beta3::Key>] attr_accessor :keys @@ -1049,11 +1049,11 @@ # The request for Datastore.Lookup. class LookupRequest include Google::Apis::Core::Hashable - # Keys of entities to look up. + # Required. Keys of entities to look up. # Corresponds to the JSON property `keys` # @return [Array<Google::Apis::DatastoreV1beta3::Key>] attr_accessor :keys # The options shared by read requests. @@ -1600,11 +1600,12 @@ # If not empty, the ID of the database against which to make the request. # Corresponds to the JSON property `databaseId` # @return [String] attr_accessor :database_id - # A list of keys with complete key paths whose numeric IDs should not be + # Required. A list of keys with complete key paths whose numeric IDs should not + # be # auto-allocated. # Corresponds to the JSON property `keys` # @return [Array<Google::Apis::DatastoreV1beta3::Key>] attr_accessor :keys @@ -1634,10 +1635,10 @@ # The request for Datastore.Rollback. class RollbackRequest include Google::Apis::Core::Hashable - # The transaction identifier, returned by a call to + # Required. The transaction identifier, returned by a call to # Datastore.BeginTransaction. # Corresponds to the JSON property `transaction` # NOTE: Values are automatically base64 encoded/decoded in the client library. # @return [String] attr_accessor :transaction